0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

5 commits

Author SHA1 Message Date
Marc Cornellà
d3bb52d7d8
style: declare globals properly
By default, `typeset` defines variables locally unless in the main scope.
This is specially bad when using `omz plugin load`, which happens inside
a function, so the declared variables don't continue being defined when
the function finishes and the main scope reappears.
2022-01-05 09:23:54 +01:00
Marc Cornellà
95d795e8ca Change all hostname calls for $HOST or $SHORT_HOST 2014-11-06 18:33:56 +01:00
Dieter Plaetinck
0cd956c596 better phrasing/documentation 2010-11-24 20:04:40 +01:00
Dieter Plaetinck
dc87b81b1b reset exit code visual cues (not exit code itself) after showing once 2010-11-24 19:58:03 +01:00
Dieter Plaetinck
e5beb1a6b5 add dieter theme v1 2010-11-24 18:03:14 +01:00