feat: add deno to path
This commit is contained in:
parent
82cf608117
commit
a3d72928be
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user