clear_path
This commit is contained in:
parent
2950fb6a94
commit
91c162a322
@ -372,8 +372,14 @@ function parse_timestamp {
|
|||||||
date -d "@$(echo $1 | cut -c -10)"
|
date -d "@$(echo $1 | cut -c -10)"
|
||||||
}
|
}
|
||||||
|
|
||||||
function refresh_config {
|
function clear_path {
|
||||||
|
export PATH="/bin:/usr/local/bin"
|
||||||
|
unset PATH_HELPER_RAN
|
||||||
unset ENVIRONMENT_SETUP_DONE
|
unset ENVIRONMENT_SETUP_DONE
|
||||||
|
}
|
||||||
|
|
||||||
|
function refresh_config {
|
||||||
|
clear_path
|
||||||
source ~/.zshenv
|
source ~/.zshenv
|
||||||
source ~/.zshrc
|
source ~/.zshrc
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user