diff --git a/zsh/.config/.env b/zsh/.config/.env index 9cab695..b79ec43 100644 --- a/zsh/.config/.env +++ b/zsh/.config/.env @@ -1,5 +1,3 @@ -export PATH=$PATH:/home/uruba/scripts - export EDITOR=nvim export NNN_OPTS='ds' diff --git a/zsh/.zshrc b/zsh/.zshrc index 6a3b778..d9d9a32 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -13,6 +13,10 @@ autoload -Uz compinit compinit # End of lines added by compinstall +path+=("${HOME}/scripts") +path+=("${HOME}/.local/bin") +export PATH + autoload -U colors colors PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d