about summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-07-18 20:48:42 -0500
committerStarfall <us@starfall.systems>2020-07-22 14:36:08 -0500
commit1715a5a3ae6aca2fa81e497fa085ac1edbf32045 (patch)
treecbb4b8c6ce12f8e14dbc452956eece11e53c557f /.config
parent3dd0a773b93a3307b8a61f096dad540f1f917a9e (diff)
zsh: setopt interactive_comments
Diffstat (limited to '.config')
-rw-r--r--.config/zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 4aed2b7..ad61c01 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -9,6 +9,9 @@ setopt multios
 # could also use correct_all & potentially alias some things with nocorrect
 setopt correct
 
+# just enables a bit nicer life when copy/pasting commands from docs
+setopt interactive_comments
+
 # completions
 setopt complete_in_word   # complete both ends of words
 setopt always_to_end      # and move cursor to the end afterward