Updated bootstrap.sh

This commit is contained in:
Christian Baer 2020-12-06 12:09:45 +01:00
parent b1e7cd4a98
commit 0699b871af
2 changed files with 0 additions and 5 deletions

View File

@ -9,8 +9,6 @@ if command -v dircolors &> /dev/null; then
test -r "$XDG_CONFIG_HOME/dircolors" && eval $(dircolors "$XDG_CONFIG_HOME"/dircolors) test -r "$XDG_CONFIG_HOME/dircolors" && eval $(dircolors "$XDG_CONFIG_HOME"/dircolors)
fi fi
FX=( FX=(
reset "%{%}" reset "%{%}"
bold "%{%}" no-bold "%{%}" bold "%{%}" no-bold "%{%}"

View File

@ -49,9 +49,6 @@ df_update () {
git submodule init git submodule init
git submodule update git submodule update
git submodule foreach git pull origin master 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 ~ # Deploy files to ~