home clearing alias

This commit is contained in:
kdeppe 2022-08-16 07:42:59 -04:00
parent bd3ee6584c
commit 87d03d05a9

3
zshrc
View File

@ -136,3 +136,6 @@ alias ranger="python3 $HOME/.ranger.py"
# adding agent startup alias
alias agent="source $HOME/.dotfiles/bin/agent.sh"
# home and clear
alias c="cd && clear"