Re-export variable

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-06-25 10:57:34 +02:00
parent b89b212363
commit 156836797c
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -60,4 +60,4 @@ source ${HOME}/.zsh/config-git.zsh
source ${HOME}/.zsh/peco.sh source ${HOME}/.zsh/peco.sh
## Clean PATH from duplicates ## Clean PATH from duplicates
PATH=$(${HOME}/bin/path-dedup.py) export PATH=$(${HOME}/bin/path-dedup.py)