From ad20d47c71dcf88dc67f6899ee28a914bf7fac02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Wed, 2 Dec 2020 00:09:06 +0100 Subject: [PATCH] change PATH variable initialization --- zsh/.config/.env | 2 -- zsh/.zshrc | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) 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