From 9d593e70b74e3007cb4425dae8ddb1537ad7f7ed Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 11 Apr 2021 12:01:46 -0700 Subject: [PATCH] April 2021 updates 2 --- home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.nix b/home.nix index cfd144c..0e6d0f6 100644 --- a/home.nix +++ b/home.nix @@ -122,11 +122,13 @@ coc-python coc-tabnine fzf-vim + git-messenger-vim lightline-vim nerdtree nerdtree-git-plugin rainbow seoul256-vim + split-term-vim vim-fugitive vim-gitgutter vim-polyglot @@ -492,6 +494,7 @@ gc="git commit -m"; gca="git commit -am"; gws="git status"; + ghauth="gh auth login --with-token < ~/.ghauth"; gforksync="git fetch upstream && git merge upstream/master && git push origin master"; grep="grep --color=auto"; new-sbt="sbt new scala/scala-seed.g8";