diff --git a/other/config.nu b/other/config.nu index 4785398..08814e0 100644 --- a/other/config.nu +++ b/other/config.nu @@ -814,5 +814,5 @@ alias ga = git add; alias gc = git commit; alias gca = git commit --all; alias gp = git push; -alias gpl = git pull; +alias gl = git pull; alias gs = git status;