1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00

add new git log alias

This commit is contained in:
Connor Olding 2019-05-27 19:13:09 +02:00
parent 15098e456a
commit fe7aac7bd7

View File

@ -85,11 +85,13 @@ alias fils="du -bahd1"
alias lsa="ls -A --group-directories-first"
alias logs="logs -o cat -b -e"
alias logsf="logs -f -e"
alias get="git clone --single-branch --depth 1"
alias diff="git diff --color=auto --no-ext-diff --no-index"
alias gs='git status' # rip ghostscript
alias gd='git diff -U2'
alias gds='git --no-pager diff --stat'
alias gl='git log --oneline'
alias glo='git log --graph --decorate --pretty=oneline --abbrev-commit --all'
alias perlu='perl -Mopen=locale -Mutf8'
alias rgn="rg --no-ignore"
@ -153,7 +155,6 @@ alias revend='objcopy -I binary -O binary --reverse-bytes=4'
alias aur="BUILDDIR=$HOME/src $HOME/sh/aur -jj"
alias clone='sudo rsync -aHA --info=progress2 --no-i-r'
alias meow='( cd ~/play/meow; ~/sh/meow.sh/run -pa )'
alias get="git clone --single-branch --depth 1"
alias aligntabs="column -t -s$'\t'"
alias gc="git column --mode=dense --padding=2"
alias pippy="py -m pip install --upgrade --upgrade-strategy only-if-needed"