mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add aliases
This commit is contained in:
parent
1c60a9e9e6
commit
074d2bd22d
1 changed files with 3 additions and 1 deletions
4
zshrc
4
zshrc
|
|
@ -45,7 +45,9 @@ source $ZSH/oh-my-zsh.sh
|
||||||
alias cls='clear'
|
alias cls='clear'
|
||||||
alias sl='ls'
|
alias sl='ls'
|
||||||
alias cd..='cd ..'
|
alias cd..='cd ..'
|
||||||
|
alias :q="exit"
|
||||||
|
alias c="cd ~/code"
|
||||||
alias ipy='ipython3'
|
alias ipy='ipython3'
|
||||||
alias ipy3='ipython3'
|
alias ipy3='ipython3'
|
||||||
alias py='python3'
|
alias py='python3'
|
||||||
alias py3='python3'
|
alias py3='python3'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue