From 4ff60f735add961b9f30e20ab1ec561bbb7713de Mon Sep 17 00:00:00 2001 From: Stian Date: Thu, 14 Nov 2024 18:52:11 +0100 Subject: [PATCH] Update --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 86367b7..a345d42 100755 --- a/.bash_profile +++ b/.bash_profile @@ -41,7 +41,7 @@ alias del="rm -i" alias dir="ls -la" alias ga="git add -A" alias gc="git commit" -alias gl="git log --oneline --all --graph --decorate" +alias gl='git log --oneline --all --graph --decorate --color | less -R' alias gh="git hist" alias grep="grep --color" alias gs="git status"