diff --git a/zsh/func/init_rc_tilde_paths b/zsh/func/init_rc_tilde_paths index 63c1133..ba26585 100644 --- a/zsh/func/init_rc_tilde_paths +++ b/zsh/func/init_rc_tilde_paths @@ -9,3 +9,4 @@ for x in "$HOME/Code" "$HOME/Documents/Code"; do break done +export dd="$HOME/Library/Developer/Xcode/DerivedData"