From 24a56f1c0a9de80398f7591d1208911747988875 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 22 Nov 2021 09:27:29 -0800 Subject: [PATCH] added history clear after home alias --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 4db3005a..cac80197 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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" +alias home="cd /home/brian && clear && nf && history -c" alias docs="cd ~/Documents" alias down="cd ~/Downloads" alias pics="cd ~/Pictures"