diff --git a/home/applications/fish/default.nix b/home/applications/fish/default.nix index 3d9be01..ba02107 100644 --- a/home/applications/fish/default.nix +++ b/home/applications/fish/default.nix @@ -35,10 +35,19 @@ ]; shellAbbrs = { - g = "git"; - n = "nvim"; gi = "gitui"; - sy = "systemctl"; + n = "nvim"; + s = "nh os switch"; + + g = "git"; + ga = "git add"; + gc = "git commit -m"; + gca = "git commit --amend"; + gd = "git diff"; + gds = "git diff --staged"; + gl = "git log"; + gp = "git push"; + gr = "git rebase -i --autosquash"; }; functions =