diff --git a/content/config/nushell/aliases.nu.tmpl b/content/config/nushell/aliases.nu.tmpl index 735ecea..2b67964 100644 --- a/content/config/nushell/aliases.nu.tmpl +++ b/content/config/nushell/aliases.nu.tmpl @@ -24,7 +24,9 @@ alias ga. = git add . alias gu = git pull def `git yeet` [] { - git add .; git commit -m (http get https://whatthecommit.com/index.txt); git push + git add . + git commit -m (http get https://whatthecommit.com/index.txt) + git push } alias gy = git yeet {{/if-installed}}