added history clear after home alias

This commit is contained in:
tomit4 2021-11-22 09:27:29 -08:00
parent 6d098b133a
commit 24a56f1c0a

View file

@ -161,7 +161,7 @@ export PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\033[01;37m
# Custom Bash Commands
alias .="cd"
alias home="cd /home/brian && clear && nf"
alias home="cd /home/brian && clear && nf && history -c"
alias docs="cd ~/Documents"
alias down="cd ~/Downloads"
alias pics="cd ~/Pictures"