diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2023-10-31 18:55:18 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-31 18:55:18 +0100 |
| commit | 05499935984b911dbe666f9342f5126b1b0a4707 (patch) | |
| tree | aaff52fda4369f728917586c449522f0a124271f | |
| parent | 2fcba54d2c9c6f4044d63de989260f964b320d8f (diff) | |
bash: Specify $PAGER
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,8 +14,9 @@ function jr { export BROWSER="firefox" export CC="cc" export EDITOR="nvim" -export VISUAL="nvim" +export PAGER="less" export TERM="xterm-256color" +export VISUAL="nvim" export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_DIRS="/etc/xdg" |