X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/f4a5f0037d058d20a339f1a00f8ac8200cd27a19..aa11432fb45c379d42bef67858df11bc43ea3a8c:/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