diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-17 18:55:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-17 18:55:44 +0200 |
commit | d86950e1013e5b35974238354da53bce481ec386 (patch) | |
tree | b73e45aaa5a608e8440c7b0432a4d73350bb0b42 /etc/options | |
parent | 6198664a4f8025d536d2d652a70b9df924c66a1d (diff) |
Use rtab within the prompt
Diffstat (limited to 'etc/options')
-rw-r--r-- | etc/options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/options b/etc/options index 88f6151..49996fd 100644 --- a/etc/options +++ b/etc/options @@ -9,6 +9,9 @@ setopt auto_pushd pushd_ignore_dups pushd_minus pushd_silent # enter "foobar" to cd foobar, and "derf" to cd ~derf setopt auto_cd +# To use rtab within the prompt +setopt prompt_subst + # Try to correct typos in command names setopt correct |