mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-25 17:20:58 +02:00
Tweak PATH
This commit is contained in:
parent
ebd4b5aa4c
commit
8dfcb9a9d4
2
.zshrc
2
.zshrc
@ -128,7 +128,7 @@ if [[ -f /usr/share/zsh/site-functions/git-flow-completion.zsh ]];then
|
|||||||
source /usr/share/zsh/site-functions/git-flow-completion.zsh
|
source /usr/share/zsh/site-functions/git-flow-completion.zsh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PATH="/home/arti/.bin:$(ruby -e 'print Gem.user_dir')/bin:$PATH"
|
export PATH="/home/arti/.bin:/home/arti/.local/bin:$(ruby -e 'print Gem.user_dir')/bin:$PATH"
|
||||||
|
|
||||||
|
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
|
Loading…
Reference in New Issue
Block a user