diff --git a/files/zsh/51-alias.zsh b/files/zsh/51-alias.zsh index c32d504..4b9498c 100644 --- a/files/zsh/51-alias.zsh +++ b/files/zsh/51-alias.zsh @@ -37,6 +37,10 @@ if command_exists eza; then alias ef='eza -lTa -BhHigSmu' fi +if command_exists ipython3; then + alias ipy='ipython3' +fi + if command_exists docker; then alias gost='docker run --rm -p 9443:9443 --cpus=0.2 --memory=256mb gogost/gost -L socks5://nano:QpuwAqcsP8Xp@:9443' alias gost-nopasswd='docker run --rm -p 9443:9443 --cpus=0.2 --memory=256mb gogost/gost -L socks5://:9443'