From 629cd5215aed217eeea6202cb02a7bf468574f0d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 17 Jan 2026 18:23:31 +0100 Subject: Fix LS colors on linux --- .bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index f590ed4..fb90e00 100644 --- a/.bashrc +++ b/.bashrc @@ -3,7 +3,7 @@ export CLICOLOR=1 # Unix/Bash Readline custom colors (created by dircolors in bashrc) -# export LS_COLORS="$LS_COLORS:di=00;36:ln=00;35:ex=00;31" +export LS_COLORS="$LS_COLORS:di=00;36:ln=00;35:ex=00;31" export IGNOREEOF=42 # Ignore Ctrl+D logout terminal session export HISTSIZE=1000 # Num commands to remmember in a terminal session @@ -36,9 +36,10 @@ fi shopt -s checkwinsize # ==== Aliases +alias ls='ls --color=auto' +alias la='ls -a' alias spc="cd ~/Work/Space/" alias mb="cd ~/Work/MBition/" -alias la='ls -a' alias dirs="dirs -v" alias srv="python3 -m http.server" # start simple server alias tagme='ctags -R --languages=ruby --exclude=.git --exclude=log . $(bundle list --paths)' -- cgit v1.2.3