aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-01-29 08:13:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-01-29 08:13:15 +0300
commitb532f3262f0a7cf4b5fceb79dede7fd290f14149 (patch)
tree6ab7d2c5812b6e9f59196c467f8230a1559562dc /%HOME%/.bashrc
parentcxx.sh: add runc_gdb & runc_lldb (diff)
downloadlinux-home-b532f3262f0a7cf4b5fceb79dede7fd290f14149.tar.gz
linux-home-b532f3262f0a7cf4b5fceb79dede7fd290f14149.zip
less: suppress line numbers
Diffstat (limited to '')
-rw-r--r--%HOME%/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index 4d63a1d..db80c92 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -41,7 +41,7 @@ alias grep='grep --color=auto'
alias ls='LC_COLLATE=C ls --almost-all -l --human-readable --color=auto'
alias dir='ls --format=vertical'
-alias less='less --ignore-case --RAW-CONTROL-CHARS'
+alias less='less --ignore-case --line-numbers --RAW-CONTROL-CHARS'
alias tree='tree -a'
alias utc_file_name='date --utc +"%Y%m%d%H%M%S"'