summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-10-28 23:00:55 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-10-28 23:00:55 +0200
commita37a562f592c6ef40522e5d6e1fec03882f8cd77 (patch)
tree86c148e7fe25f431a51c3752921731883e92cbae
parent82f467c81af210c11426378f76cd4a59b64a049d (diff)
Switched pager to most
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 3a493cf..c897e36 100644
--- a/.bashrc
+++ b/.bashrc
@@ -119,6 +119,7 @@ fi
export EDITOR=vim
export VISUAL=vim
export PS1='\[\033[35m\]\u@\h\[\033[37m\]:\[\033[0;34m\]\w\[\033[37m\]$ ' # Shell prompt
+export PAGER=most
alias mv='mv -i'
alias rm='rm -i'