diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-16 22:21:54 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-08-06 13:17:30 +0200 |
commit | 71bf9f10e1e565fcf5a20d89ddda2181db8b97c2 (patch) | |
tree | 907875b62bda03e462ab986c655a07f06ad5b227 /zsh/completion | |
parent | 044a06104771242c020b8723c393599c92e94fcb (diff) | |
download | dotfiles-71bf9f10e1e565fcf5a20d89ddda2181db8b97c2.tar.xz |
zsh: update 5 aliases/functions
Diffstat (limited to 'zsh/completion')
-rw-r--r-- | zsh/completion/_5c | 2 | ||||
-rw-r--r-- | zsh/completion/_5v | 2 |
2 files changed, 2 insertions, 2 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))" diff --git a/zsh/completion/_5v b/zsh/completion/_5v index 3958269..659bb1a 100644 --- a/zsh/completion/_5v +++ b/zsh/completion/_5v @@ -1,4 +1,4 @@ #compdef 5v _arguments \ - "1: :($(print $HOME/5/venvs/*(/) | xargs -n1 basename))" + "1: :($(print $HOME/venvs/*(/) | xargs -n1 basename))" |