diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-02-03 11:44:54 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-02-03 11:44:54 +0100 |
commit | d26e02879621c747d92ab396d1972120ecb663a4 (patch) | |
tree | f15306229ef5aea8d0d4e27de6f3250cde393172 | |
parent | 8bf1f954a381194db351f2399af372a130210104 (diff) | |
download | dotfiles-d26e02879621c747d92ab396d1972120ecb663a4.tar.gz dotfiles-d26e02879621c747d92ab396d1972120ecb663a4.tar.xz |
zshrc: remove -g from LESS; xinitrc: start clipit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .xinitrc | 2 | ||||
-rw-r--r-- | .zshrc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ autostart () { thunderbird & liferea & zim & - parcellite & + clipit & $HOME/git/thetime/src/thetime -t "%F %H:%M:%S" -p 1921,1040 -f "xft:DejaVu Sans:size=10" } @@ -194,7 +194,7 @@ if type vimpager &>/dev/null; then fi export LESSCHARSET="UTF-8" export LESSOPEN='|/usr/bin/lesspipe.sh %s 2>&-' -export LESS='-i -n -w -g -M -R -P%t?f%f \ +export LESS='-i -n -w -M -R -P%t?f%f \ :stdin .?pb%pb\%:?lbLine %lb:?bbByte %bb:-...' # }}} |