From 54b772cae06eb25adf33297e35234f33ded81a7b Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 12 Mar 2022 19:54:51 +0530 Subject: neovim addition --- .config/shell/aliasrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/shell') diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 05120da..c501235 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -7,8 +7,8 @@ alias \ bbb="brave --tor" \ github="brave https://github.com/justsaumit" \ ff="librewolf" \ - v="vim" \ - sv="sudo vim" \ + v="nvim" \ + sv="sudo nvim" \ r="ranger" \ sr="sudo ranger" \ t="teams -no-sandbox" \ @@ -27,6 +27,7 @@ alias \ g1="git add ." \ g2="git commit -S -m" \ g3="git push origin HEAD --force" \ + gs="git status" glg="git log --graph --abbrev-commit --decorate --format=format:'%C(bold green)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold yellow)(%ar)%C(reset)%C(auto)%d%C(reset)%n''%C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all" #useful command line substitutions -- cgit v1.2.3