1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-22 08:20:59 +02:00

Tweak PATH

This commit is contained in:
Arti Zirk 2020-10-21 19:01:01 +03:00
parent ebd4b5aa4c
commit 8dfcb9a9d4

2
.zshrc
View File

@ -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
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