mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
make search in less case insensitive
This commit is contained in:
parent
49e513237f
commit
a097659171
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -105,7 +105,7 @@ function fix_terminfo_db
|
||||||
}
|
}
|
||||||
|
|
||||||
( which lesspipe &> /dev/null ) && eval $(lesspipe)
|
( which lesspipe &> /dev/null ) && eval $(lesspipe)
|
||||||
export LESS=' -R'
|
export LESS='-iR'
|
||||||
|
|
||||||
( which less &> /dev/null ) && export PAGER='less'
|
( which less &> /dev/null ) && export PAGER='less'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue