summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.sh b/setup.sh
index 6a117d3..82316e8 100755
--- a/setup.sh
+++ b/setup.sh
@@ -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."