From b5126b86fcb3836b0019af8ee39f1426961c1af5 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 15 Mar 2022 14:38:15 +0330 Subject: updates --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 32f0d11..92b57a9 100644 --- a/.bashrc +++ b/.bashrc @@ -39,7 +39,7 @@ export LESS_TERMCAP_so=$'\e[38;5;246m' # 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 la="la -A" +alias la="ls -A" alias ll="ls -la" alias lss="ls -sSa" alias ..="cd .." -- cgit v1.2.3