refactor(shell-extras): remove handling for bashrc

This commit is contained in:
Marc 2024-01-28 12:54:49 -05:00
parent 7cbc3fae94
commit 362df6ae6c
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -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