diff options
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -22,9 +22,7 @@ if confirm "Check and install symlinks?"; then mkdir -p ${there}.local/bin ln -s ${here}config/emacs ${there}.emacs.d - ln -s ${here}config/bash_profile ${there}.bash_profile - ln -s ${here}config/bashrc ${there}.bashrc - ln -s ${here}config/bash_aliases ${there}.bash_aliases + ln -s ${here}config/profile ${there}.profile ln -s ${here}config/tcshrc ${there}.tcshrc ln -s ${here}config/xinitrc ${there}.xinitrc ln -s ${here}config/tmux.conf ${there}.tmux.conf @@ -48,4 +46,4 @@ if confirm "Check and install symlinks?"; then ln -s ${here}scripts/misc/battery.sh ${there}.local/bin/tmubattery fi -echo "All set up, remember to source ~/.bash_profile and symlink tmubrowse and tmuterm." +echo "All set up, remember to source ~/.profile and symlink tmubrowse and tmuterm." |
