Add mails from cron to prompt
This commit is contained in:
parent
d86ef1c7b9
commit
2f45a347ac
3 changed files with 11 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
# autoload completions
|
||||
fpath=( "${ZDOTDIR:+$ZDOTDIR/compdef}" "/etc/zsh/compdef" $fpath )
|
||||
fpath=("$XDG_DATA_HOME/scalacli/completions/zsh" $fpath)
|
||||
|
||||
[[ -n $(echo /etc/zsh/compdef/*(N:t)) ]] && autoload -U /etc/zsh/compdef/*(N:t)
|
||||
[[ -n $(echo $ZDOTDIR/compdef/*(N:t)) ]] && autoload -U $ZDOTDIR/compdef/*(N:t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue