diff options
Diffstat (limited to 'home/zshrc.nix')
| -rw-r--r-- | home/zshrc.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/zshrc.nix b/home/zshrc.nix index 557f700..39b34ff 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -1,4 +1,4 @@ -{ grml-zsh-config }: '' +{ grml-zsh-config, local, ... }: '' source ${grml-zsh-config}/etc/zsh/zshrc export PATH="$PATH:$HOME/.cargo/bin" @@ -18,7 +18,7 @@ } function galias() { - source $HOME/System/dot/git-aliases.zsh + source ${local.git-aliases} } function shenv() { |
