disable foreach reserved word, removed some old aliases, comment some ssh completion to try (again) to fix it

This commit is contained in:
2022-10-25 15:41:35 +02:00
parent 4c46de65c3
commit fe2e0314cf
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ function _myssh(){
# Add bearstech hosts
compadd $(ls $INFRA/host)
# Add own hosts
compadd $(cat ~/dev/robespierre/infra/hosts/all.yml | grep "^ [^ ]" | sed 's/ *\(.*\):/\1/')
# compadd $(cat ~/dev/robespierre/infra/hosts/all.yml | grep "^ [^ ]" | sed 's/ *\(.*\):/\1/')
}
compdef _myssh r
compdef _myssh ra