fixed path issue
This commit is contained in:
parent
f4b54e7304
commit
81f466d471
4
bashrc
4
bashrc
@ -1,4 +1,4 @@
|
|||||||
PATH=$PATH:/home/$HOME/.scripts:/opt
|
PATH=$HOME/.scripts:/opt:$PATH
|
||||||
HISTSIZE=999999
|
HISTSIZE=999999
|
||||||
HISTFILESIZE=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 -o StrictHostKeyChecking=no'
|
||||||
#alias ssh='TERM=xterm ssh'
|
#alias ssh='TERM=xterm ssh'
|
||||||
alias ssh='TERM=xterm-256color ssh'
|
#alias ssh='TERM=xterm-256color ssh'
|
||||||
alias ls='ls --color=always'
|
alias ls='ls --color=always'
|
||||||
alias grep='grep --color=always'
|
alias grep='grep --color=always'
|
||||||
alias nano='nano -i'
|
alias nano='nano -i'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user