diff options
-rw-r--r-- | .config/zsh/.zshrc | 3 |
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 |