solarize: remove useless eval
No point in this eval, as it will not affect the environment of the calling shell.
This commit is contained in:
parent
a75ea8ee8e
commit
39417823fe
1 changed files with 0 additions and 5 deletions
|
@ -128,11 +128,6 @@ main() {
|
|||
tmux set-environment -g BACKGROUND "$BACKGROUND"
|
||||
tmux source-file "$XDG_CONFIG_HOME/tmux/tmux-colors.conf"
|
||||
fi
|
||||
|
||||
ls_colors="$HOME/.config/dircolors/solarized-$BACKGROUND"
|
||||
if type dircolors >/dev/null 2>&1 && [ -f "$ls_colors" ]; then
|
||||
eval "$(dircolors "$ls_colors")"
|
||||
fi
|
||||
}
|
||||
|
||||
main
|
||||
|
|
Loading…
Add table
Reference in a new issue