From 19bc81f77b82b70e27ad03aeb41de9a4e507bcce Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Wed, 8 Jul 2026 09:56:36 -0700 Subject: merge profile, make sh generic to allow ksh --- setup.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'setup.sh') 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." -- cgit v1.2.3