diff --git a/.config/zsh/lib/30-colors.zsh b/.config/zsh/lib/30-colors.zsh index e78374d..e185c27 100644 --- a/.config/zsh/lib/30-colors.zsh +++ b/.config/zsh/lib/30-colors.zsh @@ -9,8 +9,6 @@ if command -v dircolors &> /dev/null; then test -r "$XDG_CONFIG_HOME/dircolors" && eval $(dircolors "$XDG_CONFIG_HOME"/dircolors) fi - - FX=( reset "%{%}" bold "%{%}" no-bold "%{%}" diff --git a/bootstrap.sh b/bootstrap.sh index e26ee11..c05453a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -49,9 +49,6 @@ df_update () { git submodule init git submodule update git submodule foreach git pull origin master - - # Copy files from init to scripts basedir - cp init/nord-dircolors/src/dir_colors ./.config/dircolors } # Deploy files to ~