1
0
Fork 0

zshrc, bashrc: some cosmetics and fixes; i3: replace reload with restart

This commit is contained in:
Von Random 2022-07-06 18:53:00 +03:00
parent 00b1967b33
commit fafbec6d5c
3 changed files with 9 additions and 9 deletions

4
zshrc
View file

@ -11,7 +11,7 @@ SAVEHIST=1000
HISTSIZE=1000
HISTFILE=$HOME/.histfile.$UID
export LESS='-R'
export LESS='i M R'
export PAGER=less
export EDITOR=vim
export TIME_STYLE=long-iso
@ -153,7 +153,7 @@ beep() { printf $'\007' }
fixterm() { printf $'c' }
diff() { command diff --color $@ }
tailf() { command less -R +F $@ }
tailf() { command less +F $@ }
rgrep() { command grep --exclude-dir=\.git -R $@ }
# ls