Some cleaning, adds bashrc for those who don't want / can't install zsh

This commit is contained in:
2019-05-03 10:00:51 +02:00
parent 085fff8534
commit 48ed262105
9 changed files with 114 additions and 33 deletions
+1 -1
View File
@@ -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