diff --git a/bashrc.txt b/bashrc.txt index dbc8e604..87214778 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -172,6 +172,7 @@ HISTTIMEFORMAT="%d/%m/%y %T " export PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\033[01;37m\] $(git branch 2>/dev/null | grep '^*' | colrm 1 2)\n\033[01;32m└─▶ \033[37m' # Custom Bash Commands +alias kernel="uname -r" alias .="cd" alias home="xclear && cd /home/brian && clear && nf && history -c && history -w && hash -r" alias forget="xclear && clear && history -c && history -w && hash -r"