Move manpager setting to profile
This commit is contained in:
parent
ec75774597
commit
fc2492504c
2 changed files with 1 additions and 3 deletions
|
@ -13,6 +13,7 @@ export EDITOR='em'
|
|||
export VISUAL='em'
|
||||
export BROWSER='qutebrowser'
|
||||
export TERMINAL='urxvtcd'
|
||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||
|
||||
# make the password-store use primary instead of clipboard
|
||||
export PASSWORD_STORE_X_SELECTION=primary
|
||||
|
|
3
.zshenv
3
.zshenv
|
@ -69,6 +69,3 @@ alias wttr='curl https://wttr.in/Salzburg'
|
|||
# Developing
|
||||
#
|
||||
alias valgrind='valgrind --track-origins=yes --leak-check=full'
|
||||
|
||||
# use bat for showing manpages (for colors)
|
||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||
|
|
Loading…
Reference in a new issue