add alias for reloading zshrc

This commit is contained in:
MorganGeek 2020-06-30 19:00:16 +02:00
parent 757051c326
commit 1877117d72

View File

@ -133,6 +133,7 @@ alias p='ps -ef | grep -i ' # Show matching processes. Usage : p <proces
alias root='sudo -i'
alias current_year='`echo date +"%Y"`'
alias ':q'='exit'
alias sc="source $HOME/.zshrc"
# Linters
alias checken="aspell check -d en"