Compare commits

..

No commits in common. "735d79545547b2195d79d6968627a03a0546f6ec" and "d17b10bf931f411633870b3872cfbabf2a766f08" have entirely different histories.

3 changed files with 3 additions and 9 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env bash
PREFIX='%C(bold magenta)%h%C(reset)%C(auto)%d%C(reset)' # hash, decorate
SUFFIX='%C(dim white) %aN%C(reset) %C(green) %ar%C(reset)' #author, time
format="$PREFIX %C(bold)󰍥 %s%C(reset) $SUFFIX"
PREFIX='%C(bold magenta)%h%C(reset)' # hash
SUFFIX='%C(auto)%d%C(reset) %C(dim white)%aN%C(reset)|%C(green)%ar%C(reset)' # branch, author, time
format="$PREFIX %C(bold)%s%C(reset)$SUFFIX"
exec git \
log \

View file

@ -9,9 +9,3 @@ export TSM_CONFIG="$XDG_CONFIG_HOME/tsm/config-$(hostname).usu"
export MAGIC_ENTER_GIT_COMMAND="$MAGIC_ENTER_OTHER_COMMAND && git status -sb"
export MAGIC_ENTER_OTHER_COMMAND="ls -l ."
# https://github.com/dandavison/delta/issues/1616
# https://github.com/ryanoasis/nerd-fonts/issues/1337
# make less display nerd-font code points
# export LESSUTFCHARDEF='E000-F8FF:p,F0000-FFFFD:p,100000-10FFFD:p'
export LESSUTFCHARDEF='23fb-23fe:w,2665:w,2b58:w,e000-e00a:w,e0a0-e0a3:p,e0b0-e0bf:p,e0c0-e0c8:w,e0ca:w,e0cc-e0d7:w,e200-e2a9:w,e300-e3e3:w,e5fa-e6b5:w,e700-e7c5:w,ea60-ec1e:w,ed00-efce:w,f000-f2ff:w,f300-f375:w,f400-f533:w,f0001-f1af0:w'