1
0
Fork 0

update terminal colors

This commit is contained in:
Anton Livaja 2025-03-01 13:43:58 -05:00
parent ce792dbb2f
commit da25ad830a
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ bindkey '^[[1;5D' backward-word # ctrl + left arrow -> Move b
bindkey '^[[1;5C' forward-word # Ctrl + right arrow -> Move forward one word
# Color different file types
export LS_COLORS=$(dircolors -b)
export LS_COLORS='di=34:ln=36:so=35:pi=33:ex=32:bd=46;34:cd=46;34'
alias ls='ls --color=auto'