diff zshrc @ 99:a081e7a3977d

Add support for custom completions to zshrc. Add a completion function to match all ssh keys in ~/.ssh when using ssh-add.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 18 Oct 2016 04:25:48 +0200
parents 5cc3c67c9d3f
children b3ffe2fba3ac
line wrap: on
line diff
--- a/zshrc	Sun Sep 18 09:56:03 2016 +0200
+++ b/zshrc	Tue Oct 18 04:25:48 2016 +0200
@@ -22,6 +22,7 @@
 fi
 
 # enable zsh's fancy autocomplete
+fpath=(~/.zsh-env/completion $fpath)
 autoload -U compinit
 compinit