.profile to .bash_profile, cut some lines from .bashrc

This commit is contained in:
KK
2026-06-22 22:24:09 +02:00
parent d274b952b1
commit 35edc3cfe8
5 changed files with 8 additions and 121 deletions

View File

@@ -1,9 +1,9 @@
SRC=$HOME/dotfiles
rm $HOME/.bashrc
rm $HOME/.profile
rm $HOME/.bash_profile
ln -sf $SRC/.bashrc $HOME/.bashrc
ln -sf $SRC/.vimrc $HOME/.vimrc
ln -sf $SRC/.profile $HOME/.profile
ln -sf $SRC/.bash_profile $HOME/.bash_profile
ln -sf $SRC/.config $HOME/.config
ln -sf $SRC/bin $HOME/bin