diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 3e5b7dc..6cb24c7 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -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 diff --git a/zshrc b/zshrc index 23ccc4c..b8c5a36 100644 --- a/zshrc +++ b/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