Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
Sorin Ionescu
e4e4f89c9f
[ Fix #523 ] Ensure zprofile exists before sourcing it
11 years ago
Robin
3a5fff9c6d
Don't override customized environments in subshells
...
Only set up environment for the top-level shell, and allow it to be
inherited normally.
A top level shell is usually a login shell, but can also be a
non-interactive, non-login shell in certain cases, such as when
executing an SSH remote command.
Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
11 years ago
Sorin Ionescu
c9c3b40b5c
[ Fix #437 ] Always set $TMPDIR
12 years ago
Sorin Ionescu
6e65349c45
[ Fix #398 ] Manually set locale
12 years ago
Sorin Ionescu
6fd00449a6
[ Fix #381 ] Remove the path_helper workaround
12 years ago
Sorin Ionescu
095863e6ae
[ Fix #385 ] Do not set $INFOPATH
12 years ago
Sorin Ionescu
e5de305157
[ Fix #383 ] Do not set $MANPATH
...
man dynamically searches for man pages based on $PATH.
12 years ago
Georges Discry
39795d3e5e
Fix lesspipe.sh detection in custom PATH
...
The detection of lesspipe.sh has to be done after setting PATH as it
could be installed in a non-standard bin directory. For example,
Homebrew installs lesspipe in /usr/local.
12 years ago
Sorin Ionescu
455cc0c6e5
Export $MANPATH and $INFOPATH
12 years ago
Sorin Ionescu
8cdf06e386
[ #255 ] Use $ZDOTDIR or $HOME
12 years ago
Sorin Ionescu
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
12 years ago
Sorin Ionescu
e8226dfaf3
Set $TMPPREFIX only when $TMPDIR is set
12 years ago
Sorin Ionescu
227043938f
Fix a mkdir switch typo introduced in 68bbf22
12 years ago
Sorin Ionescu
e8ab2760c0
Sort zshenv sections for easier browsing
12 years ago
Sorin Ionescu
68bbf22992
Respect $TMPDIR in $TMPREFIX
12 years ago
Sorin Ionescu
df82640caa
Rename templates to runcoms
12 years ago
Sorin Ionescu
9a52ecb21b
Increase heading readability
12 years ago
Sorin Ionescu
333927ac3b
Remove the home directory from $cdpath
...
It is not necessary to add the home directory to cdpath.
Since nothing is added to $cdpath by default, comment it out.
13 years ago
Sorin Ionescu
5a88276e79
Replace Vim with nano
...
The default keymap used in Oh My Zsh is Emacs. As such, the editor
should not be set to Vim. Unfortunately, the editor cannot be set to
Emacs because it is not always installed by default.
Set the default editor to nano.
13 years ago
Sorin Ionescu
6e64bb96dc
Use the default editor in Less
13 years ago
Sorin Ionescu
bff945babf
Enable the Less history file
13 years ago
Sorin Ionescu
a372ccf603
Remove the Less encoding environment variable
...
LESSCHARSET is not needed since Less automatically detects the locale.
13 years ago
Sorin Ionescu
4fd347580e
[ Fix #104 ] Add documentation for environment
13 years ago
Sorin Ionescu
7a4433e92c
[ #171 ] Move environment variables into zshenv
13 years ago
Sorin Ionescu
bdaba6a714
[ #171 ] Add templates and README for all rc files
13 years ago