aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:06:44 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-09-24 13:13:13 +0200
commita5cdfd98c13d9a6e72ec5f1d1c4c5032d0e105f6 (patch)
tree9783e8b91db762b80c05b064a4d84451a9c9d368 /zsh/.zprofile
parent4486de676ca59aafa7717580dc9e3ef5cf1836aa (diff)
downloaddotfiles-a5cdfd98c13d9a6e72ec5f1d1c4c5032d0e105f6.tar.xz
zsh/zprofile: Move browser/terminal over pager
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r--zsh/.zprofile6
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index 840f470..e1cbc75 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -20,6 +20,9 @@ export EDITOR=vim
export VISUAL=vim
export VIMINIT='source $XDG_CONFIG_HOME/vim/vimrc'
+export BROWSER=firefox
+export TERMINAL=termite
+
export PAGER=less
export LESS=-R
export LESSHISTFILE="$XDG_CACHE_HOME"/lesshist
@@ -28,9 +31,6 @@ export LESSCOLORIZER=pygmentize
export GREP_OPTIONS=--color=auto
-export BROWSER=firefox
-export TERMINAL=termite
-
export SDL_AUDIODRIVER=pulse
export GTK_IM_MODULE=xim