mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-18 16:07:59 +00:00
set DENO_INSTALL_ROOT
This commit is contained in:
parent
d2dda58749
commit
9e1a3eb5cd
1 changed files with 1 additions and 0 deletions
1
.profile
1
.profile
|
@ -6,4 +6,5 @@ export HOMEBREW_REPOSITORY="/home/linuxbrew/.linuxbrew/Homebrew";
|
|||
export PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin${PATH+:$PATH}";
|
||||
export MANPATH="/home/linuxbrew/.linuxbrew/share/man${MANPATH+:$MANPATH}:";
|
||||
export INFOPATH="/home/linuxbrew/.linuxbrew/share/info:${INFOPATH:-}";
|
||||
export DENO_INSTALL_ROOT="${HOME}/.local"
|
||||
[ -n "$BASH_VERSION" ] && . "$HOME/.bashrc"
|
||||
|
|
Loading…
Add table
Reference in a new issue