diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-10 08:50:18 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-10 08:50:18 +0200 |
commit | 65d844fe103cb4477c3e412862394c650310ae5f (patch) | |
tree | 8712317c9f7489357fba75f65ec4bb9d3029a1b6 /etc | |
parent | 7d6677478c15c6516179a2b0bb17a4b3fe0a2aee (diff) |
options: Removed cdable_vars (too annoying)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/options b/etc/options index 28b3654..88f6151 100644 --- a/etc/options +++ b/etc/options @@ -7,7 +7,7 @@ setopt auto_pushd pushd_ignore_dups pushd_minus pushd_silent # enter "foobar" to cd foobar, and "derf" to cd ~derf -setopt auto_cd cdable_vars +setopt auto_cd # Try to correct typos in command names setopt correct |