diff options
-rw-r--r-- | zsh/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/default.nix b/zsh/default.nix index 99cffc6..4015ce6 100644 --- a/zsh/default.nix +++ b/zsh/default.nix @@ -18,7 +18,7 @@ plugins=(git vi-mode) source $ZSH/oh-my-zsh.sh - export BROWSER=${config.browser}/bin/browser + export BROWSER=${config.browser} . ${./zshrc} . ${./aliases} |