mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Do not load PATH again
This commit is contained in:
parent
5d58b98547
commit
ea55e5128e
1 changed files with 0 additions and 5 deletions
|
|
@ -2,11 +2,6 @@ function savepath() {
|
|||
pwd > ~/.current_path~
|
||||
}
|
||||
|
||||
# load base PATH
|
||||
if [ -x /usr/libexec/path_helper ]; then
|
||||
eval `/usr/libexec/path_helper -s`
|
||||
fi
|
||||
|
||||
function tab() {
|
||||
savepath
|
||||
osascript >/dev/null <<EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue