Add docker-compose completion script

This commit is contained in:
2018-08-09 11:34:57 +01:00
parent f8f7e822a9
commit b88cd0806c
4 changed files with 536 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ alias ll="ls -lah"
alias duh="du -h"
# Helpers
alias reload="source ~/.profile"
alias reload="exec $SHELL -l"
# Editors
alias n="nano"