更新 Scripts/bash_aliases
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
bb7cddc113
commit
b11933b484
|
@ -39,7 +39,7 @@ alias dstat="docker stats --format 'table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}
|
||||||
|
|
||||||
|
|
||||||
# List hosts in .ssh/config
|
# List hosts in .ssh/config
|
||||||
alias hosts="grep 'Host ' ~/.ssh/config | grep '^[[:blank:]]*[^[:blank:]#;]' | awk '{print $2}'"
|
alias hosts="grep '^[[:blank:]]*[^[:blank:]#;]' ~/.ssh/config | awk '/Host /{print \$2}'"
|
||||||
|
|
||||||
#self define function for git add commit push
|
#self define function for git add commit push
|
||||||
acp(){
|
acp(){
|
||||||
|
|
Loading…
Reference in New Issue