zsh: exports: extend PATH variable
This commit is contained in:
parent
5fd4472c50
commit
eab35022eb
2 changed files with 5 additions and 0 deletions
4
zsh/exports.zsh
Normal file
4
zsh/exports.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# extend PATH variable
|
||||||
|
if [ -d "$HOME/bin" ]; then
|
||||||
|
export PATH="$HOME/bin:$PATH"
|
||||||
|
fi
|
||||||
1
zshrc
1
zshrc
|
|
@ -6,3 +6,4 @@ source ~/.zsh/prompt.zsh
|
||||||
source ~/.zsh/completion.zsh
|
source ~/.zsh/completion.zsh
|
||||||
source ~/.zsh/history.zsh
|
source ~/.zsh/history.zsh
|
||||||
source ~/.zsh/aliases.zsh
|
source ~/.zsh/aliases.zsh
|
||||||
|
source ~/.zsh/exports.zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue