File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ oh_my_zsh_defaults() {
6767
6868zsh_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
8181bash_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}
You can’t perform that action at this time.
0 commit comments