Commit Graph

4 Commits

Author SHA1 Message Date
Mika Suomalainen a7c674e03e zshenv: Removed unrequired line, by merging it to one line above.
These two do the same thing.

Before:
LC_ALL=C
export LC_ALL

After:
export LC_ALL=C
2011-10-23 10:45:17 +03:00
Mika Suomalainen 4e9ce4c070 zshenv: Added (commented) line to use most as default pager. (Colourful manpages :)). 2011-10-21 13:51:19 +03:00
Mika Suomalainen 6330d3567e zshenv: Added template for changing home directory. 2011-10-02 12:48:32 +03:00
Mika Suomalainen 802c0da6af Rename zsh_exports to zshenv.
zshenv is sourced by every zsh (not only interactive sessions, scripts too).
Content of this file is what I probably want scripts to use too. Scripts
probably don't things like aliases.
2011-09-29 16:41:13 +03:00