[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

@ -10,8 +10,6 @@ function init-env-darwin
export XCODE_INSTALLS="$XCODE_LIBRARY/Installs"
export dd="$XCODE_DERIVED_DATA"
fi
export df=~/.dotfiles
}
init-env-darwin "$@"