From 0642124a2b564e8a3effe18fdcb50e075651d88e Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Wed, 28 Feb 2024 14:10:13 +0100 Subject: [PATCH] Alias gw = git switch --- tree/.config/nushell/config.nu | 1 + 1 file changed, 1 insertion(+) diff --git a/tree/.config/nushell/config.nu b/tree/.config/nushell/config.nu index b8e3769..226eccc 100644 --- a/tree/.config/nushell/config.nu +++ b/tree/.config/nushell/config.nu @@ -820,6 +820,7 @@ alias gp = git push alias gpu = git push -u origin alias gsta = git stash push alias gstp = git stash pop +alias gw = git switch alias bt = bluetoothctl alias d = cd ~/.config/dotfiles/tree alias xo = xdg-open