From b94c6510a470760fd226c29be3700e93556b148d Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 20 May 2022 16:27:49 +0430 Subject: update --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index f0210a1..e1ca686 100644 --- a/.bashrc +++ b/.bashrc @@ -39,6 +39,8 @@ export LESS_TERMCAP_so=$'\e[1;92m' # begin standout-mode - info box export LESS_TERMCAP_ue=$'\e[0m' # end underline export LESS_TERMCAP_us=$'\e[04;38;5;146m' # begin underline +alias v="vim" +alias ls="ls --color=auto" alias la="ls -A" alias ll="ls -la" alias lss="ls -sSa" -- cgit v1.2.3