diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-09-30 15:57:41 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-09-30 15:57:41 +0200 |
commit | 21881916c4867b5c279a166e18e1cf8746929480 (patch) | |
tree | 84e827013aee2376559d8455e64043b902b8152b | |
parent | f5c908a66edd8733f8fa9912d6c1b59008ca485f (diff) | |
download | dotfiles-21881916c4867b5c279a166e18e1cf8746929480.tar.gz dotfiles-21881916c4867b5c279a166e18e1cf8746929480.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .xinitrc | 1 | ||||
-rw-r--r-- | .zshrc | 9 |
2 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,7 @@ export VDPAU_NVIDIA_NO_OVERLAY=1 export SDL_AUDIODRIVER=pulseaudio export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh +[[ -f ~/.nvidia-settings-rc ]] && nvidia-settings -l xrandr --output DVI-D-0 --left-of DVI-I-1 # I don't like no background ;) @@ -196,6 +196,15 @@ export LESSOPEN='|/usr/bin/lesspipe.sh %s 2>&-' export LESS='-i -n -w -M -R -P%t?f%f \ :stdin .?pb%pb\%:?lbLine %lb:?bbByte %bb:-...' +# Less Colors for Man Pages +export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking +export LESS_TERMCAP_md=$'\E[01;38;5;74m' # begin bold +export LESS_TERMCAP_me=$'\E[0m' # end mode +export LESS_TERMCAP_se=$'\E[0m' # end standout-mode +export LESS_TERMCAP_so=$'\E[38;5;246m' # begin standout-mode - info box +export LESS_TERMCAP_ue=$'\E[0m' # end underline +export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline + # }}} # Terminal title {{{ # also found somewhere |