From da25ad830aec9b6891d11cacc9e15ebcc3e83614 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Sat, 1 Mar 2025 13:43:58 -0500 Subject: [PATCH] update terminal colors --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index f611eed..e187500 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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'