更新 Scripts/bash_aliases
continuous-integration/drone/push Build encountered an error Details

master
evanchen 2023-09-13 05:59:31 +00:00
parent bb7cddc113
commit b11933b484
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ alias dstat="docker stats --format 'table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}
# 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
acp(){