Skip to content

Commit 15fe825

Browse files
A Dynamic Collection of Shell Scripts with Educational Purpose
1 parent 6a525ee commit 15fe825

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ oh_my_zsh_defaults() {
6767

6868
zsh_install() {
6969
test -f ~/.zshrc && mv -v --backup=t ~/.zshrc ~/.zshrc.shell_utils-backup-"$backup_date"
70-
cp -f "${shell_utils_dir}/zshrc" ~/.zshrc
70+
cp -f "${shell_utils_dir}/utilities/dotfiles/zshrc" ~/.zshrc
7171
echo -e "\n${byellow_on_blue}The SHELL_UTILS has been successfully installed! Destination: ${shell_utils_dir}${nc}"
7272
sleep "$delay" && zsh
7373
}
@@ -80,7 +80,7 @@ oh_my_bash_defaults() {
8080

8181
bash_install() {
8282
test -f ~/.bashrc && mv -v --backup=t ~/.bashrc ~/.bashrc.shell_utils-backup-"$backup_date"
83-
cp -f "${shell_utils_dir}/bashrc" ~/.bashrc
83+
cp -f "${shell_utils_dir}/utilities/dotfiles/bashrc" ~/.bashrc
8484
echo -e "\n${byellow_on_blue}The SHELL_UTILS has been successfully installed! Destination: ${shell_utils_dir}${nc}"
8585
sleep "$delay" && bash
8686
}

0 commit comments

Comments
 (0)