diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-05-08 19:03:42 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2009-05-08 19:03:42 +0000 |
commit | f30478fcc1d70d853c5db7527a37689281ddec5c (patch) | |
tree | 31b6e240b56b83663c106db372a83a502797cd36 /Link-Them | |
parent | fcc04c9c51f229aeaa70f8ccce9f26e2872a35b3 (diff) |
Split out functions
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@389 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'Link-Them')
-rwxr-xr-x | Link-Them | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ cd "`dirname $0`" DATE="`date +'%Y%m%d'`" DIR="`pwd`" -for file in bash_profile bashrc screenrc vimrc zshrc; do +for file in bash_profile bashrc screenrc vimrc zshrc zshfunc; do if ! [ -L "$HOME/.$file" ]; then [ -e "$HOME/.$file" ] && mv "$HOME/.$file" "$HOME/.$file-$DATE" ln -s "$DIR/$file" "$HOME/.$file" |