add zsh completion
This commit is contained in:
parent
223d439ab5
commit
e830180e03
@ -15,3 +15,6 @@ zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p
|
|||||||
zstyle ':completion:*' use-compctl false
|
zstyle ':completion:*' use-compctl false
|
||||||
zstyle ':completion:*' verbose true
|
zstyle ':completion:*' verbose true
|
||||||
zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
|
zstyle ':completion:*:kill:*' command 'ps -u $USER -o pid,%cpu,tty,cputime,cmd'
|
||||||
|
|
||||||
|
# zstyle ':completion:*:*:workon:*' command 'ls -la /opt/pythonenv/'
|
||||||
|
zstyle ':completion:*:*:extract:*' file-patterns '*.tar* *.lzma *.bz2 *.zip *.7z'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user