diff --git a/bashrc.txt b/bashrc.txt index bc795d86..4db3005a 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -161,6 +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 docs="cd ~/Documents" alias down="cd ~/Downloads" alias pics="cd ~/Pictures"