summary refs log tree commit diff
path: root/dot_zshenv
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-24 21:08:03 +0400
committerAlen <alen@dotfiles.xyz>2023-09-24 21:08:03 +0400
commit2e38c245488895002a0cbf8144ff99e1e7b05dc8 (patch)
tree7738e197a5c047f1e9fc1a52c0fc5213a1ae55be /dot_zshenv
parentfdddfc67617246267d84caf609ef7e329fec88d3 (diff)
Add setopt {interactive_comments,long_list_jobs}
Diffstat (limited to 'dot_zshenv')
-rw-r--r--dot_zshenv2
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