add another account conf
This commit is contained in:
11
maudin.completions
Normal file
11
maudin.completions
Normal file
@@ -0,0 +1,11 @@
|
||||
# Bookmarks completion using jump plugin
|
||||
compctl -K _completemarks j
|
||||
|
||||
# Path completion on catwich
|
||||
compdef _path_commands catwhich
|
||||
|
||||
# Hostname completion on various ssh commands
|
||||
function _myssh() {compadd $(ls $INFRA/host); compadd $(ls $ROBESPIERRE/ansible/inventory | sed 's/\.yml$//')}
|
||||
compdef _myssh r
|
||||
compdef _myssh ra
|
||||
compdef _myssh tramp
|
||||
Reference in New Issue
Block a user