refactor(shell-extras): remove handling for bashrc
This commit is contained in:
parent
7cbc3fae94
commit
362df6ae6c
1 changed files with 1 additions and 8 deletions
|
@ -28,14 +28,7 @@ alias ghpr="gh pr create -w"
|
||||||
|
|
||||||
# Autoupdates the env setup.
|
# Autoupdates the env setup.
|
||||||
function env_autoupdate {
|
function env_autoupdate {
|
||||||
SHELL_CONFIG_PATH=""
|
|
||||||
|
|
||||||
if [[ -n $(echo $SHELL | grep zsh) ]]; then
|
|
||||||
SHELL_CONFIG_PATH="$HOME/.zshrc"
|
SHELL_CONFIG_PATH="$HOME/.zshrc"
|
||||||
else
|
|
||||||
SHELL_CONFIG_PATH="$HOME/.bashrc"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
cd ~/.env_goodies
|
cd ~/.env_goodies
|
||||||
|
|
Loading…
Reference in a new issue