aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-11-16 21:18:33 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-11-16 21:18:33 +0300
commit5251a3fde366dea7f816cbb89528c9e6fb3de150 (patch)
treefc676ae7a582e7a728c8a9d4418a7c94c2398cd4
parenttext.sh: update function interfaces (diff)
downloadlinux-home-5251a3fde366dea7f816cbb89528c9e6fb3de150.tar.gz
linux-home-5251a3fde366dea7f816cbb89528c9e6fb3de150.zip
less: --ignore-case
-rw-r--r--%HOME%/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index f8f9ff7..fce8a03 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -30,7 +30,7 @@ alias grep='grep --color=auto'
alias ls='ls --almost-all -l --human-readable --color=auto'
alias dir='ls --format=vertical'
-alias less='less --RAW-CONTROL-CHARS'
+alias less='less --ignore-case --RAW-CONTROL-CHARS'
alias tree='tree -a'
is_cygwin && alias list_packages='cygcheck -cd'