Skip to content

Commit

Permalink
updated aliases.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Aug 3, 2023
1 parent 790d14d commit d741c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bash.d/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ alias bt='sti bt; cd $bt'
export bashd="$bash_tools/.bash.d"
alias bashd='sti bashd; cd $bashd'

#alias cleanshell='exec env - bash --rcfile /dev/null'
alias cleanshell='exec env - bash --norc --noprofile'
#alias cleanshell='env - bash --rcfile /dev/null'
alias cleanshell='env - bash --norc --noprofile'
alias newshell='exec bash'
alias rr='newshell'

Expand Down

0 comments on commit d741c96

Please sign in to comment.