Hush login details

This commit is contained in:
Jonny Barnes 2016-04-08 03:37:25 +01:00
parent 1b1dcc6d31
commit 5bdb6a4eea
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,7 @@ BASEDIR=$(pwd)
# ln the various files
test -L $HOME/.curlrc || ln -f -s $BASEDIR/curlrc $HOME/.curlrc
test -L $HOME/.hushlogin || ln -f -s $BASEDIR/hushlogin $HOME/.hushlogin
test -L $HOME/.zshrc || ln -f -s $BASEDIR/zshrc $HOME/.zshrc
# .gitconfig gets edited by .extra so we wont symlink it, but copy it