summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index dd8a3ab..e4ce741 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -16,3 +16,7 @@ export CARGO_HOME="$XDG_DATA_HOME/cargo"
export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
export LESSHISTFILE="$XDG_STATE_HOME/less/history"
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc"
+
+dir_colors="$XDG_CONFIG_HOME/shell/dir_colors"
+[[ -f "$dir_colors" ]] && eval $(dircolors "$dir_colors")
+unset dir_colors