summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot-bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot-bashrc b/dot-bashrc
index e6792c4..e1d750a 100644
--- a/dot-bashrc
+++ b/dot-bashrc
@@ -92,6 +92,10 @@ eval "$(direnv hook bash)"
# zoxide
eval "$(zoxide init bash)"
+# to set LS_COLORS for fd
+# see $ man fd
+eval "$(dircolors -b)"
+
# add container id to prompt when in a toolbox/distrobox container
if [ -f /run/.toolboxenv ]; then
PS1="($CONTAINER_ID) $PS1"