diff options
| -rw-r--r-- | home/zshrc.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/home/zshrc.nix b/home/zshrc.nix index 1c61df4..a82ab7a 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -17,10 +17,6 @@ disown } - function galias() { - source ${local.git-aliases} - } - function xseli() { T=$(mktemp) $EDITOR -n $T @@ -63,4 +59,6 @@ unsetopt sharehistory setopt appendhistory setopt extendedhistory + + source ${local.git-aliases} '' |
