diff --git a/other/config.nu b/other/config.nu index 08814e0..7493ad2 100644 --- a/other/config.nu +++ b/other/config.nu @@ -810,6 +810,7 @@ alias gnix = cd ~/nix-configs; alias grepo = cd ~/Documents/repos; alias wh = wormhole-rs; +alias gg = gitui; alias ga = git add; alias gc = git commit; alias gca = git commit --all;