From 1715a5a3ae6aca2fa81e497fa085ac1edbf32045 Mon Sep 17 00:00:00 2001 From: Starfall Date: Sat, 18 Jul 2020 20:48:42 -0500 Subject: zsh: setopt interactive_comments --- .config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit