diff --git a/bashrc b/bashrc index 1293a7a..68bb08f 100644 --- a/bashrc +++ b/bashrc @@ -1,4 +1,4 @@ -PATH=$PATH:/home/$HOME/.scripts:/opt +PATH=$HOME/.scripts:/opt:$PATH HISTSIZE=999999 HISTFILESIZE=999999 @@ -16,7 +16,7 @@ cdl(){ cd $(cat ~/.cache/whereami);};cdl #alias ssh='TERM=xterm ssh -o StrictHostKeyChecking=no' #alias ssh='TERM=xterm ssh' -alias ssh='TERM=xterm-256color ssh' +#alias ssh='TERM=xterm-256color ssh' alias ls='ls --color=always' alias grep='grep --color=always' alias nano='nano -i'