From 6f204b0c66fe192e87b7fbf2eeb9908681e353f9 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 27 Jul 2024 16:52:45 -0600 Subject: home/zshrc: always source galias --- home/zshrc.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'home') 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} '' -- cgit v1.2.3