mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-17 23:55:07 +00:00
reorder .profile
This commit is contained in:
parent
52639fee8b
commit
f0d8c7e093
1 changed files with 4 additions and 4 deletions
8
.profile
8
.profile
|
@ -1,7 +1,3 @@
|
|||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export DENO_INSTALL_ROOT="${HOME}/.local"
|
||||
[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
|
||||
[ -n "$BASH_VERSION" ] && . "$HOME/.bashrc"
|
||||
if [ -d /usr/local/Homebrew ]; then
|
||||
export HOMEBREW_PREFIX="/usr/local"
|
||||
export HOMEBREW_CELLAR="/usr/local/Cellar"
|
||||
|
@ -17,3 +13,7 @@ else
|
|||
export MANPATH="/home/linuxbrew/.linuxbrew/share/man${MANPATH+:$MANPATH}:"
|
||||
export INFOPATH="/home/linuxbrew/.linuxbrew/share/info:${INFOPATH:-}"
|
||||
fi
|
||||
[ -n "$BASH_VERSION" ] && . "$HOME/.bashrc"
|
||||
[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
|
||||
export DENO_INSTALL_ROOT="${HOME}/.local"
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
|
Loading…
Add table
Reference in a new issue