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, 0 insertions, 4 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 53c7fd8..33b7b5f 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -17,7 +17,3 @@ export RUSTUP_HOME="${XDG_DATA_HOME}/rustup"
export LESSHISTFILE="${XDG_STATE_HOME}/less/history"
export NPM_CONFIG_USERCONFIG="${XDG_CONFIG_HOME}/npm/npmrc"
export VIMINIT='let $MYVIMRC = !has("nvim") ? "$XDG_CONFIG_HOME/vim/vimrc" : "$XDG_CONFIG_HOME/nvim/init.lua" | so $MYVIMRC'
-
-dir_colors="${XDG_CONFIG_HOME}/shell/dir_colors"
-[[ -f "$dir_colors" ]] && eval $(dircolors "$dir_colors")
-unset dir_colors