X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/116467fd2cdd0ffe89304c776a71f219fb1593de..abd1eae8291c91fe62bcf22fc15a93178f1ab491:/base/.zprofile diff --git a/base/.zprofile b/base/.zprofile index 3cc9587..425a48c 100644 --- a/base/.zprofile +++ b/base/.zprofile @@ -10,3 +10,5 @@ if [[ ! -e "$t" ]] { if [[ ! -e "$h" ]] { ln -sf "$t" "$h" > /dev/null 2>&1 } +unset t +unset h