From 0699b871afc3c19f93c18e498f64fb4a72103b76 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sun, 6 Dec 2020 12:09:45 +0100 Subject: [PATCH] Updated bootstrap.sh --- .config/zsh/lib/30-colors.zsh | 2 -- bootstrap.sh | 3 --- 2 files changed, 5 deletions(-) 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 ~