Adapt to new .bashrc.d structure for extensions
This commit is contained in:
@ -4,7 +4,7 @@ run_directory=$(dirname "$0")
|
||||
$user=$(whoami)
|
||||
|
||||
echo "Copying bashrc-mine to home directory..."
|
||||
cp $run_directory/bashrc-mine /home/$user/.bashrc-mine
|
||||
cp $run_directory/bashrc-mine /home/$user/.bashrc.d/
|
||||
|
||||
echo "Finished install. Exiting..."
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user