X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=setup.sh;h=06c13e9d3f99e5fd83acb81a789ca876f0787d9c;hb=77a5c7d1b9f199497a3e23766d38436f46b8f14a;hp=ee5fed1e61feeac9ba9c0ec5b734b7a71039c939;hpb=e189acb4d63724d096f6db3b26fbedfbdcda183d;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index ee5fed1..06c13e9 100755 --- a/setup.sh +++ b/setup.sh @@ -2,7 +2,7 @@ # Setup script for shell configuration files. -# Copyright (C) 2011-2012 Simon Ruderich +# Copyright (C) 2011-2014 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -267,6 +267,9 @@ if installed colordiff; then link colordiffrc ~/.colordiffrc fi link inputrc ~/.inputrc +if installed ghci; then + link haskeline ~/.haskeline +fi link screenrc ~/.screenrc if installed tmux; then link tmux.conf ~/.tmux.conf