From 1bb4e12fc0132933c3417482fe22d345298aef39 Mon Sep 17 00:00:00 2001 From: Nano Date: Tue, 22 Apr 2025 14:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20files/zsh/51-alias.zsh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/zsh/51-alias.zsh | 4 ++++ 1 file changed, 4 insertions(+) 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'