From 362df6ae6c6191e86a9341673addd1ebf5a47247 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sun, 28 Jan 2024 12:54:49 -0500 Subject: [PATCH] refactor(shell-extras): remove handling for bashrc --- shell_extras | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/shell_extras b/shell_extras index c384008..590c862 100644 --- a/shell_extras +++ b/shell_extras @@ -28,14 +28,7 @@ alias ghpr="gh pr create -w" # Autoupdates the env setup. function env_autoupdate { - SHELL_CONFIG_PATH="" - - if [[ -n $(echo $SHELL | grep zsh) ]]; then - SHELL_CONFIG_PATH="$HOME/.zshrc" - else - SHELL_CONFIG_PATH="$HOME/.bashrc" - fi - + SHELL_CONFIG_PATH="$HOME/.zshrc" { cd ~/.env_goodies