Browse Source

Allowing for comments on the command line

pull/2/head
Ryan Reed 2 years ago
parent
commit
472ac3cd51
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      dot_config/zsh/configs/options.zsh

+ 2
- 0
dot_config/zsh/configs/options.zsh View File

@ -29,3 +29,5 @@ setopt no_hup # Allow backgrounding
# Allow for suggesting corrections on mistyped commands/files
setopt CORRECT
setopt CORRECT_ALL
setopt interactive_comments # Allow for point comments (ie # Not a command to run)

Loading…
Cancel
Save