shell: I finally gave in and aliased g to git

many many people do this. I didn't do it before because I haven't
bothered to, and I didn't think 3-chara git is THAT much... But today I
was working with yadm (aliased to y) and then immediately switched to
git and undoubtedly 3-chars and 1-char is a huge difference

In any case, I don't think there are much (if not, any at all) cli
scripts with 1 letter names. I can't remember but I'm pretty sure that's
against the 'poetry of cli naming' article :P
This commit is contained in:
Hedy Li 2021-09-22 17:21:44 +08:00
parent d4c94326c9
commit dac2b6d154
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ alias codespell='codespell --skip="venv,.git,*.pyc,*.png,*.PNG,*.gif",.vim'
alias bom=bombadillo
alias newvenv='python3 -m virtualenv venv && source ./venv/bin/activate.fish'
alias edoom='emacs --with-profile=doom'
alias g=git