Update dotfiles/.profile
This commit is contained in:
parent
26fbfa3f21
commit
d1b68da2b7
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ export LANG="en_US"
|
||||||
# https://github.com/trapd00r/LS_COLORS
|
# https://github.com/trapd00r/LS_COLORS
|
||||||
command -v gdircolors >/dev/null 2>&1 || alias gdircolors="dircolors"
|
command -v gdircolors >/dev/null 2>&1 || alias gdircolors="dircolors"
|
||||||
if which gdircolors > /dev/null && [ -f "$HOME/.config/dircolors" ]; then
|
if which gdircolors > /dev/null && [ -f "$HOME/.config/dircolors" ]; then
|
||||||
eval "$(gdircolors -b "$HOME/.config/dircolors)"
|
eval "$(gdircolors -b "$HOME/.config/dircolors")"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### .local/bin
|
### .local/bin
|
||||||
|
|
Loading…
Reference in a new issue