From 65f8992ca1d9b80339c0bd4028dae4fff6ee8a06 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Mon, 27 May 2024 10:29:13 -0400 Subject: [PATCH] alias g=git --- fake_home/.ideavimrc | 2 +- fake_home/.shell_aliases | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fake_home/.ideavimrc b/fake_home/.ideavimrc index 077baee..588a886 100644 --- a/fake_home/.ideavimrc +++ b/fake_home/.ideavimrc @@ -14,7 +14,7 @@ nnoremap nnoremap nnoremap -nnoremap +nnoremap nnoremap dK kdd nnoremap dJ jdd diff --git a/fake_home/.shell_aliases b/fake_home/.shell_aliases index cea216f..c6bd76e 100755 --- a/fake_home/.shell_aliases +++ b/fake_home/.shell_aliases @@ -239,6 +239,8 @@ alias systemctl="sudo systemctl" alias python="python3" alias py="python3" +alias g="git" + # Use `grubdate` to update grub alias grubdate="sudo update-grub"