diff options
| author | seth <[email protected]> | 2022-08-17 19:01:57 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-08-21 14:15:37 -0400 |
| commit | d99f98423439020e7bd5fdae0493aa5da9d9bf14 (patch) | |
| tree | e25b40d44afe36117a0ceefa603f5b3923a8886e /.config/shell/profile | |
| parent | a6a978410d0daecff139a3ab971dc94c75427eb7 (diff) | |
refactor
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 4 |
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 |
