diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-17 17:33:25 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-17 17:33:25 -0600 |
| commit | 484b589512acde9442d93ac9b6f331d7cc2551e6 (patch) | |
| tree | 9b9a03064684c9ca9b7da67e874722efb8e1dc08 /home/zshrc.nix | |
| parent | 576bff92b60d2f8707d74f0ddcef13dec35032e3 (diff) | |
pkgs: add git-aliases
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() { |
