Compare commits

..

No commits in common. "fe938f113b7c911ee7f2f0b5cda3552411bb7ab9" and "8e3f069c6d8a9607acd31996adc8e4ed3ccb458b" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -101,7 +101,6 @@ fi
# alias
alias "pls"='sudo $(fc -ln -1)'
alias "se"='sudo -sE'
alias "sl"='sudo zsh -l'
alias "pbd"='ping baidu.com'
alias "p114"='ping 114.114.114.114'
alias "p666"='ping6 2001:da8::666'

View File

@ -11,7 +11,6 @@ INSTALL_COMMANDS=(\
[zerotier-one]='curl -s https://install.zerotier.com | sudo bash' \
[docker-ce]='curl -fsSL https://get.docker.com | sudo bash -s - --mirror Aliyun #--dry-run' \
[lemonbench]='curl -fsSL https://ilemonra.in/LemonBenchIntl | bash -s fast # or full' \
[nix]='sh <(curl -L https://nixos.org/nix/install) #--daemon' \
)
install()