diff --git a/bashrc-mine b/bashrc-mine index 9978fc5..4ab0865 100644 --- a/bashrc-mine +++ b/bashrc-mine @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# ~/.bashrc-mine +# ~/.bashrc.d/bashrc-mine # byMasterKTO ## SSH configuration diff --git a/install.sh b/install.sh index b9e4deb..075d6bb 100755 --- a/install.sh +++ b/install.sh @@ -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