diff --git a/other/config.nu b/other/config.nu index 08814e0..4785398 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 gl = git pull; +alias gpl = git pull; alias gs = git status;