Add aliases

This commit is contained in:
Smirnov Aleksandr 2020-05-27 23:54:02 +03:00 committed by GitHub
parent 1c60a9e9e6
commit 074d2bd22d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
zshrc
View file

@ -45,6 +45,8 @@ 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'