feat(zhs): enable completions for s5cmd
This commit is contained in:
parent
8e0775a108
commit
fcab81b638
1 changed files with 3 additions and 0 deletions
|
@ -21,3 +21,6 @@ path=(
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
alias ll="ls -l"
|
alias ll="ls -l"
|
||||||
|
|
||||||
|
autoload -U +X bashcompinit && bashcompinit
|
||||||
|
complete -o nospace -C /usr/bin/s5cmd s5cmd
|
||||||
|
|
Loading…
Add table
Reference in a new issue