diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-02-26 18:23:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-02-26 18:23:57 +0100 |
commit | bd39006f6eb8b3ac45f77d27d631a7ed17b8f2d6 (patch) | |
tree | 126fdc31435093ba64af501f7682c9ab2282efd6 /etc/options | |
parent | 016c542c4818dddd5b53ed6cfa52488c26338c0d (diff) |
enabled transient_rprompt option
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 59e34b7..056abbb 100644 --- a/etc/options +++ b/etc/options @@ -8,6 +8,9 @@ setopt auto_pushd pushd_ignore_dups pushd_minus pushd_silent setopt auto_cd +## Prompt +setopt transient_rprompt + ## Completion setopt list_packed |