From 33f97c6129a2aa803f38ab9111ee6317fbe58d14 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 13 Mar 2024 04:00:37 +0000 Subject: [PATCH] chore: add another git alias --- home/apps/fish.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/apps/fish.nix b/home/apps/fish.nix index 8842bee..67a7f57 100644 --- a/home/apps/fish.nix +++ b/home/apps/fish.nix @@ -148,6 +148,7 @@ in { gra = "git rebase --abort"; grc = "git rebase --continue"; gs = "git switch"; + gsc = "git switch --create"; gst = "git status"; # Rust @@ -329,7 +330,7 @@ in { bind -s --user -M insert \e "if commandline -P; commandline -f cancel; else; set fish_bind_mode default; commandline -f repaint-mode; end" - yes | fish_config theme save "Catppuccin Latte" + yes | fish_config theme save "Catppuccin Mocha" ''; plugins = [