Remove zsh-highlighting

This commit is contained in:
Marco Thomas
2021-03-03 23:52:25 +01:00
parent 17d34a49ef
commit 402614a9c8
295 changed files with 1 additions and 13705 deletions

View File

@@ -14,7 +14,7 @@ mkdir -p $HOME/.emacs.d
ln -sf $path/init.el $HOME/.emacs.d/init.el
# Home directory
home_files=".bashrc .dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh-highlighting"
home_files=".bashrc .dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc"
for file in $home_files
do
ln -sf $path/$file $HOME/$file