diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-16 22:21:54 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-16 22:21:54 +0200 |
commit | 0765d636a0bdbd65c8c46925cd9bada131eba25e (patch) | |
tree | 741ca241a25d7ee9a4a3df48614c89342dfe4553 /zsh/completion/_5c | |
parent | 3df11f26478bde803755d1e2c84cfd2cdf97504f (diff) | |
download | dotfiles-0765d636a0bdbd65c8c46925cd9bada131eba25e.tar.xz |
zsh: update 5 aliases/functions
Diffstat (limited to 'zsh/completion/_5c')
-rw-r--r-- | zsh/completion/_5c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/completion/_5c b/zsh/completion/_5c index ca7eeac..5f309c7 100644 --- a/zsh/completion/_5c +++ b/zsh/completion/_5c @@ -1,4 +1,4 @@ #compdef 5c _arguments \ - "1: :($(print $HOME/5/code/*(/) | xargs -n1 basename))" + "1: :($(print $HOME/projects/*(/) | xargs -n1 basename))" |