diff --git a/configs/.zshrc b/configs/.zshrc index 04d5f85..2dd38fc 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -1,5 +1,3 @@ -# INITILIZATION ## - # p10k if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" @@ -29,6 +27,9 @@ export PATH="$PATH:$HOME/.local/bin" export PATH="$PATH:$HOME/bin" export PATH="$PATH:$HOME/go/bin" +export DENO_INSTALL="/home/jim/.deno" +export PATH="$DENO_INSTALL/bin:$PATH" + ## Setup VIM export EDITOR="nvim" export VIMRUNTIME="~/bin/neovim/runtime"