diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-20 16:17:33 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-27 16:11:43 +0100 |
commit | 7085c71e73e26b2e51e0b28993d27943fce31165 (patch) | |
tree | 536e49f4717f9f8b443bf2820318eddc4fd78f95 /.bashrc | |
parent | 2cba464bf76835870b502748336a9bb3d137fbba (diff) |
bash: Don’t pass -F to less
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ export PATH="$HOME/.local/bin:$HOME/.local/sbin:$GOROOT/bin:$GOPATH/bin:$PATH" export GPG_TTY=`tty` export HISTSIZE=100000 -export LESS='-RF' +export LESS='-R' export VAULT_2FA='2 Factor Authentication' alias ..='cd ..' |