From 5a00e45a0d3b11d1eec8a6576976e3f0d7191dd7 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 7 Mar 2022 12:57:40 -0800 Subject: [PATCH] created alias kernel uname -r --- bashrc.txt | 1 + 1 file changed, 1 insertion(+) 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"