add minio completion
This commit is contained in:
parent
a94ca71c73
commit
1cf6b4b7f8
1 changed files with 4 additions and 0 deletions
|
@ -60,3 +60,7 @@ done
|
|||
# Add completion to aliases
|
||||
# See: https://github.com/cykerway/complete-alias
|
||||
source ~/.homesick/repos/complete-alias/bash_completion.sh
|
||||
|
||||
if type mc > /dev/null 2>&1; then
|
||||
complete -C mc mc
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue