Skip to content

Commit

Permalink
install backups should be hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfb committed Aug 15, 2008
1 parent ca14704 commit 2ab0478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ $mydir = . ]]; then
fi
dest=$HOME
echo My Directory: $mydir
cp $HOME/.zshenv $HOME/zshenv.pre_zshkit
cp $HOME/.zshrc $HOME/zshrc.pre_zshkit
cp $HOME/.zshenv $HOME/.zshenv.pre_zshkit
cp $HOME/.zshrc $HOME/.zshrc.pre_zshkit
echo "source $mydir/env" > $HOME/.zshenv
echo "source $mydir/rc" > $HOME/.zshrc

0 comments on commit 2ab0478

Please sign in to comment.