From b6e3c49e63324eddd2e56fa7e918821e7a497d33 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 27 Jan 2022 10:44:16 +0330 Subject: updates --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 411fa7e..08fa677 100644 --- a/.bashrc +++ b/.bashrc @@ -85,7 +85,7 @@ if [ -x /usr/bin/dircolors ]; then fi # colored GCC warnings and errors -#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' +export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' # some more ls aliases #alias ll='ls -l' @@ -123,7 +123,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="ls -a" +alias la="la -A" alias ll="ls -la" alias lss="ls -sSa" alias ..="cd .." -- cgit v1.2.3