更新 files/zsh/51-alias.zsh
This commit is contained in:
parent
35d385e5ca
commit
1bb4e12fc0
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user