updated home command to clear clipboard as well
This commit is contained in:
parent
9daf8f96f4
commit
4fb43522f2
2 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue