diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-07-27 16:52:45 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-07-27 20:10:01 -0600 |
| commit | 6f204b0c66fe192e87b7fbf2eeb9908681e353f9 (patch) | |
| tree | 1020bd22742fd4abbb531f7a096df7f740b0f92e | |
| parent | b63de52f9239a9b91db4ad222945c307158bbac2 (diff) | |
home/zshrc: always source galias
Diffstat (limited to '')
| -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} '' |
