fix: add missing ]
in default zshrc
This commit is contained in:
parent
e08afdfd0e
commit
274d80cd8b
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ alias rm='rm -i'
|
||||||
alias mv='mv -i'
|
alias mv='mv -i'
|
||||||
|
|
||||||
# Load Rust environment if it exists
|
# Load Rust environment if it exists
|
||||||
[[ ! -f ~/.cargo/env ] || source ~/.cargo/env
|
[[ ! -f ~/.cargo/env ]] || source ~/.cargo/env
|
||||||
|
|
||||||
# Pyenv venv aliases
|
# Pyenv venv aliases
|
||||||
export PYENV_VIRTUALENV_DISABLE_PROMPT=1
|
export PYENV_VIRTUALENV_DISABLE_PROMPT=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue