Turn off nomatch option for zsh

This commit is contained in:
Daniel Lynn 2021-06-17 11:20:42 -05:00
parent 74d6d0a7b8
commit 12f182ac7c
2 changed files with 6 additions and 0 deletions

View File

@ -177,8 +177,10 @@ font:
# If `true`, bold text is drawn using the bright color variants.
#draw_bold_text_with_bright_colors: false
# Colors (Sonokai)
import:
- ~/.config/alacritty/themes/sonokai.yml
# Colors (Tomorrow Night)
#colors:
# Default colors

4
zshrc
View File

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