diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-21 11:35:49 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-21 11:35:49 +0100 |
commit | 6452c9a4deeb9cc0d938632d3313b5cb2ed6f0f9 (patch) | |
tree | c7c0dfad9f5387eb93a60ae53feaa3a713a7d464 | |
parent | 66439533666e8b80c8eae377de2df00be86030c1 (diff) |
bash: Pass -F to less
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ export PATH="$HOME/.local/bin:$HOME/.local/sbin:$GOROOT/bin:$GOPATH/bin:$PATH" export GPG_TTY=`tty` export HISTSIZE=100000 -export LESS='-R' +export LESS='-RF' export VAULT_2FA='2 Factor Authentication' alias ..='cd ..' |