diff options
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 |