logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git
commit: bdcc11b31e7a86e35007cad462ea7859959d6f9d
parent b07091d2a06901019aea9c3993f6b5246372f21a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 23 Dec 2020 23:51:46 +0100

.common.sh: Remove gpg from git-story

Diffstat:

M.common.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.common.sh b/.common.sh @@ -6,7 +6,7 @@ alias fuu='su -c "$(fc -ln -1)"' alias git-st="git status --short --branch" #alias git-sel='git checkout $(git branch --format "%(refname:lstrip=2)" | dmenu -i -l 10)' alias git-sel='select branch in $(git branch --format "%(refname:lstrip=2)"); do git checkout $branch; break; done' -alias git-story="git log --graph --abbrev-commit --decorate --format=format:'%C(cyan)%h%C(reset) %C(green)(%ad)%C(reset) %G?: %s %C(red)- %an %C(reset)%C(yellow)%d%C(reset)'" +alias git-story="git log --graph --abbrev-commit --decorate --format=format:'%C(cyan)%h%C(reset) %C(green)(%ad)%C(reset) %s %C(red)- %an %C(reset)%C(yellow)%d%C(reset)'" alias j='jobs -l' alias la='ls -ahF' alias ll='ls -alhF'