systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 9be146a7d349bd717a3d44874af76fc5f76bf8da
parent b77574278e93a353a58be4fda719e1e83b719730
Author: Remy Noulin <loader2x@gmail.com>
Date:   Wed,  6 Oct 2021 13:07:38 +0200

change h alias, open history in less and go to the last line

dotfiles/.bash_aliases | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Mdotfiles/.bash_aliases | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases @@ -20,7 +20,7 @@ alias cs='column -s , -t' alias new='~/bin/new.sh' alias mk='source ~/bin/mk.sh' alias r='ranger' -alias h='history' +alias h='history | less +G' alias vd='vimdiff' alias noc="sed 's/\x1b\[[0-9;]*[a-zA-Z]//g'" alias td='tree -d'