Some cleaning, adds bashrc for those who don't want / can't install zsh
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH
|
||||
|
||||
# The scripts path
|
||||
export PATH=$DOTFILES/zsh/bin:$PATH
|
||||
export PATH=$DOTFILES/bin:$PATH
|
||||
if [ -d "$HOME/.scripts" ]; then
|
||||
export PATH=$HOME/.scripts:$PATH
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user