aboutsummaryrefslogtreecommitdiff
path: root/shell_only.sh
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-06-07 10:28:25 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-06-07 10:28:25 +0200
commit55fc282e02451771d5c7a2feb3da3fa40f0963ea (patch)
tree0ef16d9ed3f18a80e5d651ee44dff1ced131e542 /shell_only.sh
parenta54f5bbaa1f4b63e915b240cd0b3e1b62864f7d8 (diff)
Make sure to delete .zshrc before symlinking it
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-xshell_only.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell_only.sh b/shell_only.sh
index 36dc44e..78eb263 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -35,6 +35,9 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
ln -s ${PWD}/bin ~/bin
+rm ~/.zshrc
+rm ~/.zsh_aliases
+
mkdir -p ~/
ln -s ${PWD}/zshrc ~/.zshrc