Turn off nomatch option for zsh
This commit is contained in:
4
zshrc
4
zshrc
@ -1,3 +1,6 @@
|
||||
# Option adjustments
|
||||
unsetopt nomatch
|
||||
|
||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||
# Initialization code that may require console input (password prompts, [y/n]
|
||||
# confirmations, etc.) must go above this block; everything else may go below.
|
||||
@ -22,6 +25,7 @@ fi
|
||||
# Custom aliases
|
||||
[[ ! -f ~/.zsh/aliases ]] || source ~/.zsh/aliases
|
||||
|
||||
# NVM
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
Reference in New Issue
Block a user