logo

dotfiles

My dotfiles, one branch per machine
commit: 0ebc29d51d769b15c28c4ee333bce7b08dd26244
parent: 4e34d093a1184a471c76a7da6d898f02df815ebd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  9 Apr 2016 05:01:01 +0200

Modifications to shells rc-configs

Diffstat:

M.common.sh1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.common.sh b/.common.sh @@ -37,6 +37,7 @@ export XDG_DESKTOP_DIR="/dev/null" # Aliases alias git-history="git log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(cyan)%h%C(reset) %C(green)(%ar)%C(reset) %G?: %s %C(red)- %an %C(reset)%C(yellow)%d%C(reset)' --all" +alias 'git commit'="git commit -S" alias ll='ls -alhF' alias la='ls -ahF' alias ls='ls -hF'