diff --git a/setup/zsh/setup.zsh b/setup/zsh/setup.zsh index a5eabb6..6a89ee7 100644 --- a/setup/zsh/setup.zsh +++ b/setup/zsh/setup.zsh @@ -49,6 +49,6 @@ function ZSH__SET_LOCAL_CONFIG() { { echo "source $DEFAULT_CONFIG" echo -e '\n#\n# .wryn configuration overrides\n#\n' - sed 's/[#]*\(.*\)/#\1/' $DEFAULT_CONFIG + sed 's/^[^#].*/#&/' $DEFAULT_CONFIG } > $LOCAL_CONFIG && OK || WARN }