From 13ee4cff74b7cc7c9c719b3420014adeba4505f9 Mon Sep 17 00:00:00 2001 From: FotoCoder Date: Sat, 10 Apr 2021 10:39:24 +0200 Subject: [PATCH] Corrected a mistake I had to correct a mistake with the .zshrc and .bashrc --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index db467a2..f28fc48 100755 --- a/install.sh +++ b/install.sh @@ -69,11 +69,11 @@ sleep 1 #zshrc echo $SHELL if [ $SHELL = "/usr/bin/zsh" ]; then - echo "alias backuppy='sudo $mydir/Backuppy.sh'" >> test1.txt + echo "alias backuppy='sudo $mydir/Backuppy.sh'" >> ~/.zshrc fi #bashrc if [ $SHELL = "/usr/bin/bash" ]; then - echo "alias backuppy='sudo $mydir/Backuppy.sh'" >> test2.txt + echo "alias backuppy='sudo $mydir/Backuppy.sh'" >> ~/.bashrc fi # collects all the information needed to execute the rsync command and creates it.