samg / timetrap

Simple command line timetracker
http://rubygems.org/gems/timetrap
Other
1.48k stars 116 forks source link

Autocompletion instructions for zsh #85

Closed agarrharr closed 4 years ago

agarrharr commented 10 years ago

I had a little trouble getting autocompletion going until I found this: https://wiki.archlinux.org/index.php/Zsh

You might want to add instructions that first you have to add these lines to your .zshrc to enable autocompletion:

autoload -U compinit compinit

categulario commented 4 years ago

already part of the readme, closing