]> git.huck.website - zsh.git/commitdiff
added: current folder (./) to path
authorHuck Boles <huck.boles@metalplasmatechnology.com>
Thu, 2 Nov 2023 19:33:06 +0000 (12:33 -0700)
committerHuck Boles <huck.boles@metalplasmatechnology.com>
Thu, 2 Nov 2023 19:33:06 +0000 (12:33 -0700)
.zshenv

diff --git a/.zshenv b/.zshenv
index 4f86d00ef482b049dde80c07847e1da9bff684ea..058145d6c80ada211d25182780f8053389105fe4 100644 (file)
--- a/.zshenv
+++ b/.zshenv
@@ -25,7 +25,7 @@ export CONFIG="$XDG_CONFIG_HOME"
 export LANG=en_US.UTF-8
 
 # path variables
-export PATH="$PATH:$HOME/.local/bin:$HOME/repos/julia/"
+export PATH="$PATH:$HOME/.local/bin:$HOME/repos/julia/:."
 export CDPATH=".:$HOME:$HOME/$REPOS:$HOME/$XDG_CONFIG_HOME:/"
 
 # language variables