update at 2020-12-12 22:09:21 by ehlxr

This commit is contained in:
2020-12-12 22:09:21 +08:00
parent dfe73e6d7a
commit b248420100
2 changed files with 17 additions and 3 deletions

View File

@@ -2,8 +2,12 @@ export ZSH=~/.oh-my-zsh
ZSH_THEME="ehlxr2"
plugins=(git wd sudo zsh-syntax-highlighting zsh-autosuggestions extract history-substring-search)
plugins=(git wd sudo zsh-syntax-highlighting zsh-autosuggestions extract history-substring-search docker docker-compose)
source $ZSH/oh-my-zsh.sh
# source ~/.bash_profile
# source ~/.bash_profile
alias di='docker images'
alias dp='docker ps -a'
alias ds='docker stats'