From 7184fbe1bcbfed91378037653c4abac44a7b6e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 19 Apr 2014 04:29:02 +0200 Subject: [PATCH] Remove terminator from tracked program configs. --- scripts/setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.bash b/scripts/setup.bash index b71731a..806591a 100755 --- a/scripts/setup.bash +++ b/scripts/setup.bash @@ -10,7 +10,7 @@ backup_dir="$HOME/.dotfiles.bak/" # the following folders inside $config_dir will be inspected and the # contents symlinked: -symlink_folders='bash git i3 vim zsh conky terminator x mpd ncmpcpp' +symlink_folders='bash git i3 vim zsh conky x mpd ncmpcpp' MAPPING_SEPARATOR='::'