dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2025-05-03 22:52:06 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2025-05-03 23:10:04 +0100 +0100
Commit: 6a12bb6d740f27e1b6ce0228d2d873f89717a2b1
Parent: 7183080cfaec94eb1a46c20faed0903833266ea4


feat(fish): move h alias back to home with abbr
diff --git a/.config/home-manager/home.nix b/.config/home-manager/home.nix
index 73e5da0e869f11aeaae9590e400037426f3ebf2e..513baf658cd998a601a13c38a1edde13ca1ee842 100644
--- a/.config/home-manager/home.nix
+++ b/.config/home-manager/home.nix
@@ -77,10 +77,11 @@     shellAliases = {
       pbcopy = "xclip -selection clipboard";
       pbpaste = "xclip -selection clipboard -out";
       pbkey = "ssh-add -L | pbcopy";
-      h = "env GIT_WORK_TREE=$HOME GIT_DIR=$HOME/.files.git";
+      home = "env GIT_WORK_TREE=$HOME GIT_DIR=$HOME/.files.git";
     };
     shellAbbrs = {
       o = "open";
+      h = "home";
 
       v = "nvim";
       vim = "nvim";