feat: add deno to path

This commit is contained in:
max_richter 2021-04-23 15:23:37 +02:00
parent 82cf608117
commit a3d72928be

View File

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