📝 Added new home alias to forget sdir
This commit is contained in:
parent
9252514bbc
commit
eef4fdf99c
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue