X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/f4a5f0037d058d20a339f1a00f8ac8200cd27a19..a8f1ccafb8cc593670ddcda3f17ef83af8950a94:/base/.zprofile?ds=sidebyside 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