diff --git a/zshrc b/zshrc index d335b15..f6a7dbb 100644 --- a/zshrc +++ b/zshrc @@ -45,7 +45,9 @@ source $ZSH/oh-my-zsh.sh alias cls='clear' alias sl='ls' alias cd..='cd ..' +alias :q="exit" +alias c="cd ~/code" alias ipy='ipython3' alias ipy3='ipython3' alias py='python3' -alias py3='python3' \ No newline at end of file +alias py3='python3'