chore: add another git alias

main
sgoudham 6 months ago
parent 679c469ee2
commit 33f97c6129
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -148,6 +148,7 @@ in {
gra = "git rebase --abort"; gra = "git rebase --abort";
grc = "git rebase --continue"; grc = "git rebase --continue";
gs = "git switch"; gs = "git switch";
gsc = "git switch --create";
gst = "git status"; gst = "git status";
# Rust # 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" 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 = [ plugins = [

Loading…
Cancel
Save