update at 2020-12-12 22:09:21 by ehlxr
This commit is contained in:
parent
dfe73e6d7a
commit
b248420100
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
|
"experimental": false,
|
||||||
|
"debug": true,
|
||||||
"registry-mirrors": [
|
"registry-mirrors": [
|
||||||
"https://registry.docker-cn.com"
|
"https://hub-mirror.c.163.com",
|
||||||
|
"https://mirror.baidubce.com",
|
||||||
|
"https://g24agb7f.mirror.aliyuncs.com",
|
||||||
|
"https://docker.mirrors.ustc.edu.cn",
|
||||||
|
"https://mirror.ccs.tencentyun.com",
|
||||||
|
"https://dockerhub.azk8s.cn",
|
||||||
|
"https://hub-mirror.c.163.com",
|
||||||
|
"https://docker.pkg.github.com/",
|
||||||
|
"https://registry.enncloud.cn/"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -2,8 +2,12 @@ export ZSH=~/.oh-my-zsh
|
|||||||
|
|
||||||
ZSH_THEME="ehlxr2"
|
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 $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# source ~/.bash_profile
|
# source ~/.bash_profile
|
||||||
|
|
||||||
|
alias di='docker images'
|
||||||
|
alias dp='docker ps -a'
|
||||||
|
alias ds='docker stats'
|
Loading…
Reference in New Issue
Block a user