diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-09 17:19:49 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-09 17:19:49 +0100 |
commit | c8fb4a598c6067944d4d4ea3c13856f28167f4e7 (patch) | |
tree | 4cf5e67f506604457c9513f69218b95f401ac074 /zsh/plugins | |
parent | 28969c5dee61c2b6108965be7dec7cab38247063 (diff) |
Use environment variable in dotfiles
Diffstat (limited to 'zsh/plugins')
-rw-r--r-- | zsh/plugins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/plugins b/zsh/plugins index d1f5bad..43b2916 100644 --- a/zsh/plugins +++ b/zsh/plugins @@ -1,7 +1,7 @@ #! /bin/zsh # Load zgen -source "/home/urbain/.zgen/zgen.zsh" +source "$HOME/.zgen/zgen.zsh" # Load plugins if ! zgen saved; then |