diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-28 23:00:55 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-28 23:00:55 +0200 |
commit | a37a562f592c6ef40522e5d6e1fec03882f8cd77 (patch) | |
tree | 86c148e7fe25f431a51c3752921731883e92cbae /.bashrc | |
parent | 82f467c81af210c11426378f76cd4a59b64a049d (diff) |
Switched pager to most
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |