mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added missing FX and named colors to spectrum.
This commit is contained in:
parent
05c94e2dd5
commit
b65195156d
39 changed files with 57 additions and 16 deletions
|
|
@ -1,25 +0,0 @@
|
|||
# Complete task.
|
||||
completion_file="${0:h}/_task"
|
||||
if [[ ! -e "$completion_file" ]] && ; then
|
||||
if [[ -L "$completion_file" ]]; then
|
||||
unlink "$completion_file" 2> /dev/null
|
||||
fi
|
||||
|
||||
if (( $+commands[taskwarrior] )); then
|
||||
ln -s \
|
||||
"${commands[task]:h:h}/share/doc/task/scripts/zsh/_task" \
|
||||
"$completion_file" \
|
||||
2> /dev/null
|
||||
fi
|
||||
fi
|
||||
unset completion_file
|
||||
|
||||
# Style
|
||||
zstyle ':completion:*:*:task:*' verbose yes
|
||||
zstyle ':completion:*:*:task:*:descriptions' format '%U%B%d%b%u'
|
||||
zstyle ':completion:*:*:task:*' group-name ''
|
||||
|
||||
# Aliases
|
||||
alias t=task
|
||||
compdef _task t=task
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue