diff options
author | June McEnroe <june@causal.agency> | 2021-01-10 21:03:06 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-10 21:03:06 -0500 |
commit | 4124394943bd5092cbaa0d01000c117cde21a30e (patch) | |
tree | 356c4a9de3ef2e8ad39a3bb76991aa55f8f6b819 /home/.profile | |
parent | Set EXINIT (diff) | |
download | src-4124394943bd5092cbaa0d01000c117cde21a30e.tar.gz src-4124394943bd5092cbaa0d01000c117cde21a30e.zip |
Set less search case-insensitive
Diffstat (limited to '')
-rw-r--r-- | home/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.profile b/home/.profile index 153e9321..09d9cb41 100644 --- a/home/.profile +++ b/home/.profile @@ -7,7 +7,7 @@ done path /usr/games export PAGER=less -export LESS=FRXx4 +export LESS=FRXix4 export EXINIT='set ai ic sm sw=4 ts=4' export EDITOR=nvim export MANPAGER='nvim +Man!' |