From 81f466d47151bb12028bd89f90e6a07af1b2ece8 Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Wed, 14 Dec 2022 20:25:27 +0500 Subject: [PATCH] fixed path issue --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'