add zsh completion

This commit is contained in:
TheK4n 2022-01-09 20:58:19 +03:00
parent 223d439ab5
commit e830180e03

View File

@ -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'