Skip to content

Commit

Permalink
info on how to install zsh completion function
Browse files Browse the repository at this point in the history
(still not completely working with new syntax)
  • Loading branch information
geier committed Jun 3, 2014
1 parent da9908d commit 73e3800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/__khal
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#compdef khal
# vim: ft=zsh sw=2 ts=2
# install by copying to file where your zsh looks for completion scripts
# e.g. add this to your zshrc:
# fpath=(~/.zsh/completion $fpath)

_calendars() {
local accounts
Expand Down

0 comments on commit 73e3800

Please sign in to comment.