diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-12-11 16:36:51 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2013-12-11 16:36:51 +0000 |
commit | c66a8c5477da5738c1a7c031b526d9e35bca9a5a (patch) | |
tree | 87d0014372883cbfda58f94e4aa0d3d9177bdbb0 /Link-Them | |
parent | 32a1855926d886f869fd42f522e1e5b3ff18bdea (diff) |
tmux and terminfo
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@656 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'Link-Them')
-rwxr-xr-x | Link-Them | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ else relpath="${dir##$HOME/}/" fi -for file in bash_profile bashrc gitconfig gitignore screenrc vimrc zshrc zshfunc; do +for file in bash_profile bashrc gitconfig gitignore screenrc vimrc zshrc zshfunc terminfo tmux.conf; do if [ -L "$HOME/.$file" ]; then if [ "$(readlink "$HOME/.$file")" = "$dir/$file" ]; then # old style symlink, remove rm -v -f "$HOME/.$file" |