From eef4fdf99cfb1db7272f4c77ce2c0a200cd80d42 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Thu, 7 Jul 2022 13:00:38 -0700 Subject: [PATCH] :memo: Added new home alias to forget sdir --- zshrc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc.txt b/zshrc.txt index bbdbc4ee..96977f14 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -141,7 +141,8 @@ fi # Set up vim mode bindkey -v -alias home="xclear && cd /home/brian && clear && history -p && hash -r && /usr/bin/rm $HOME/.zsh_history && touch $HOME/.zsh_history" +# alias home="xclear && cd /home/brian && clear && history -p && hash -r && /usr/bin/rm $HOME/.zsh_history && touch $HOME/.zsh_history" +alias home="cd $HOME && $HOME/scripts/zhome.sh && unset sdir" source ~/.aliases # Plugins (that need to be at the end of the zshrc script)