[zsh] Move ~df to init-env-tilde-paths

This commit is contained in:
Eryn Wells 2024-09-30 10:27:39 -07:00
parent 3dd367982a
commit 1145ef23e1
2 changed files with 2 additions and 2 deletions

View file

@ -15,6 +15,8 @@ function init-env-tilde-paths
c="$candidate_code_path"
break
done
export df=~/.dotfiles
}
init-env-tilde-paths "$@"