add another account conf

This commit is contained in:
2024-06-12 17:29:22 +02:00
parent 77b5d2b87a
commit da5be36ffb
4 changed files with 87 additions and 0 deletions

11
maudin.completions Normal file
View 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