fixed path issue

This commit is contained in:
Shihaam Abdul Rahman 2022-12-14 20:25:27 +05:00
parent f4b54e7304
commit 81f466d471
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

4
bashrc
View File

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