[zsh] Move ~df to init-env-tilde-paths
This commit is contained in:
parent
3dd367982a
commit
1145ef23e1
2 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,6 @@ function init-env-darwin
|
||||||
export XCODE_INSTALLS="$XCODE_LIBRARY/Installs"
|
export XCODE_INSTALLS="$XCODE_LIBRARY/Installs"
|
||||||
export dd="$XCODE_DERIVED_DATA"
|
export dd="$XCODE_DERIVED_DATA"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export df=~/.dotfiles
|
|
||||||
}
|
}
|
||||||
|
|
||||||
init-env-darwin "$@"
|
init-env-darwin "$@"
|
||||||
|
|
|
@ -15,6 +15,8 @@ function init-env-tilde-paths
|
||||||
c="$candidate_code_path"
|
c="$candidate_code_path"
|
||||||
break
|
break
|
||||||
done
|
done
|
||||||
|
|
||||||
|
export df=~/.dotfiles
|
||||||
}
|
}
|
||||||
|
|
||||||
init-env-tilde-paths "$@"
|
init-env-tilde-paths "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue