all repos

dotfiles @ 074d2bd

my dotfiles
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,7 +45,9 @@

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'+alias py3='python3'