updated home command to clear clipboard as well

This commit is contained in:
tomit4 2021-11-22 11:25:03 -08:00
parent 9daf8f96f4
commit 4fb43522f2
2 changed files with 1 additions and 1 deletions

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 && history -c"
alias home="xclear && cd /home/brian && clear && nf && history -c"
alias docs="cd ~/Documents"
alias down="cd ~/Downloads"
alias pics="cd ~/Pictures"