mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[provisioning] use .zprofile for setting paths
This commit is contained in:
parent
9382a29604
commit
6daf692deb
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function __addline {
|
||||||
function _profile {
|
function _profile {
|
||||||
[ -w ~/.bash_profile ] && __addline ~/.bash_profile $@
|
[ -w ~/.bash_profile ] && __addline ~/.bash_profile $@
|
||||||
__addline ~/.profile "$@"
|
__addline ~/.profile "$@"
|
||||||
__addline ~/.zshenv "$@"
|
__addline ~/.zprofile "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
function _path_low {
|
function _path_low {
|
||||||
|
|
Loading…
Reference in a new issue