PATH update
This commit is contained in:
parent
a5f5792b77
commit
1419bb7904
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
|
@ -10,7 +10,7 @@ if [[ -r $HOME/.zsh_functions.zsh ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Extend my $PATH to $HOME/bin
|
# Extend my $PATH to $HOME/bin
|
||||||
export PATH=$HOME/bin:$HOME/.gem/ruby/3.0.0/bin:$HOME/.android/sdk/platform-tools:$PATH
|
export PATH=$HOME/bin:$HOME/.local/bin/:$HOME/.gem/ruby/3.0.0/bin:$HOME/.android/sdk/platform-tools:$PATH
|
||||||
|
|
||||||
# Private stuff
|
# Private stuff
|
||||||
source ~/.zsh_private
|
source ~/.zsh_private
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue