]> jfr.im git - z_archive/dotfiles.git/commitdiff
update aliases master
authorzonidjan <redacted>
Sat, 13 Jun 2020 04:10:09 +0000 (23:10 -0500)
committerzonidjan <redacted>
Sat, 13 Jun 2020 04:10:09 +0000 (23:10 -0500)
.bash_aliases

index e6eef33f2fe4960c82d567cc39e7db35bcd7493b..07c9e9990c29d0209e8c123ee665f7be42a200e6 100755 (executable)
@@ -1,6 +1,6 @@
 export GPG_TTY="$(tty)"
 export EDITOR="$(which vim)"
-export LESS='-RFX'
+export LESS='-R -F -X -x4'
 export HISTCONTROL='ignoredups'
 export HISTTIMEFORMAT="<%a %b %d @ %H:%M:%S> "
 export HISTSIZE=-1
@@ -9,9 +9,11 @@ export HISTFILESIZE=-1
 shopt -s checkwinsize
 
 alias ls='ls --color=auto'
-alias grep='grep --color=auto'
+alias grep='grep --color=auto -n'
+alias gg='git grep -n'
 alias http='http -p HBhb'
 alias last='last -w'
 alias radlast='radlast -w'
+alias screen='screen -U'
 
 # vim: nosmarttab noexpandtab ts=4