diff --git a/bashrc.txt b/bashrc.txt index 4db3005a..cac80197 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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"