diff --git a/home/fish.nix b/home/fish.nix index 98beea0..c94a69a 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -83,6 +83,7 @@ stash = "git stash"; popstash = "git stash pop"; pull = "git pull"; + rebase = "git rebase"; m = "meson"; n = "ninja"; gdb_asan = "gdb -tui -ex='break __asan::ReportGenericError'";