adjust things my way

This commit is contained in:
Thomas Ruoff
2017-08-14 23:37:35 +02:00
committed by Thomas Ruoff
parent bc1bd4f5e6
commit 0331a6f779
15 changed files with 18 additions and 140 deletions

View File

@@ -1,5 +1,5 @@
# load our own completion functions
fpath=(~/.zsh/completion /usr/local/share/zsh/site-functions $fpath)
fpath=(~/.zsh/completion $fpath)
# completion
autoload -U compinit