disable foreach reserved word, removed some old aliases, comment some ssh completion to try (again) to fix it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user