This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
dotfiles-chezmoi
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Allowing for comments on the command line
pull/2/head
Ryan Reed
2 years ago
parent
a15ed58153
commit
472ac3cd51
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save