all repos

dotfiles @ 074d2bd22d6c0cce546236db27411a4cde231c63

i use rach linux btw
1 files changed, 3 insertions(+), 1 deletions(-)
Add aliases
Author: Smirnov Aleksandr 50584123+Smirnov-O@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2020-05-27 23:54:02 +0300
Parent: 1c60a9e
M zshrc
ยทยทยท
                45
                45
                 alias cls='clear'

              
                46
                46
                 alias sl='ls'

              
                47
                47
                 alias cd..='cd ..'

              
                
                48
                +alias :q="exit"

              
                
                49
                +alias c="cd ~/code"

              
                48
                50
                 alias ipy='ipython3'

              
                49
                51
                 alias ipy3='ipython3'

              
                50
                52
                 alias py='python3'

              
                51
                
                -alias py3='python3'
              
                
                53
                +alias py3='python3'