diff options
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 3 |
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 |