Turn off nomatch option for zsh
This commit is contained in:
parent
74d6d0a7b8
commit
12f182ac7c
@ -177,8 +177,10 @@ font:
|
|||||||
# If `true`, bold text is drawn using the bright color variants.
|
# If `true`, bold text is drawn using the bright color variants.
|
||||||
#draw_bold_text_with_bright_colors: false
|
#draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
|
# Colors (Sonokai)
|
||||||
import:
|
import:
|
||||||
- ~/.config/alacritty/themes/sonokai.yml
|
- ~/.config/alacritty/themes/sonokai.yml
|
||||||
|
|
||||||
# Colors (Tomorrow Night)
|
# Colors (Tomorrow Night)
|
||||||
#colors:
|
#colors:
|
||||||
# Default colors
|
# Default colors
|
||||||
|
4
zshrc
4
zshrc
@ -1,3 +1,6 @@
|
|||||||
|
# Option adjustments
|
||||||
|
unsetopt nomatch
|
||||||
|
|
||||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||||
# Initialization code that may require console input (password prompts, [y/n]
|
# Initialization code that may require console input (password prompts, [y/n]
|
||||||
# confirmations, etc.) must go above this block; everything else may go below.
|
# confirmations, etc.) must go above this block; everything else may go below.
|
||||||
@ -22,6 +25,7 @@ fi
|
|||||||
# Custom aliases
|
# Custom aliases
|
||||||
[[ ! -f ~/.zsh/aliases ]] || source ~/.zsh/aliases
|
[[ ! -f ~/.zsh/aliases ]] || source ~/.zsh/aliases
|
||||||
|
|
||||||
|
# NVM
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads 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
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user