diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-09-05 18:30:45 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-09-05 18:30:45 +0300 |
commit | e5e4cb715884ff315d636f3d8b864bd4fe3b52f1 (patch) | |
tree | a12e1981de79d64e33d13e89eff8d269eaaaa4a5 | |
parent | f848575160ca441ee7129969c45c39f7f78ccbfc (diff) | |
download | swayrice-e5e4cb715884ff315d636f3d8b864bd4fe3b52f1.tar.gz swayrice-e5e4cb715884ff315d636f3d8b864bd4fe3b52f1.zip |
added envvar with default pager to profile
-rw-r--r-- | dotfiles/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile index 76288ac..c0b4349 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -16,6 +16,7 @@ export LANG=en_US.UTF-8 export TERM=xterm-256color export TERMINAL=termite export EDITOR="nvim" +export PAGER="less -R" export BROWSER=qutebrowser # Sanely export XDG Base dir variables |