Fixed null-ls format on save, added neovide options

This commit is contained in:
2022-11-17 19:44:17 -07:00
parent f344708581
commit efe132aa1a
2 changed files with 22 additions and 27 deletions
+4
View File
@@ -71,5 +71,9 @@ bindkey -v # bind keys to vim mode
eval "$(zoxide init zsh)"
path+=('/home/frosty/.local/bin')
export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
path+=("$GEM_HOME/bin")
export PATH
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh