diff options
Diffstat (limited to 'dot_zshenv')
-rw-r--r-- | dot_zshenv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_zshenv b/dot_zshenv index dddd8fc..1d20191 100644 --- a/dot_zshenv +++ b/dot_zshenv @@ -15,6 +15,8 @@ unsetopt flowcontrol # do not use ^S/^Q for flor control setopt auto_cd # Auto-cd into directory if only directory name used as command setopt multios # Implicit cat/tee redirection setopt prompt_subst # Prompt substitution used by themes +setopt interactive_comments # Allow comments in interactive commands +setopt long_list_jobs # Print job notifications in the long format by default # Directory management setopt auto_pushd # Treat cd as pushd |