diff --git a/Changes b/Changes index 7f963e2..980ab16 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +v2017-06-15 + * zsh: + 启用插件zsh-syntax-highlighting + v2017-05-08 * tig: 配置中删除了与默认配置相同的部分 diff --git a/terminator/config b/terminator/config index c8c954a..b2e5754 100644 --- a/terminator/config +++ b/terminator/config @@ -54,12 +54,10 @@ [profiles] [[default]] background_darkness = 0.85 - background_image = None background_type = transparent font = Source Code Pro 13 foreground_color = "#ffffff" palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" - scroll_on_output = False scrollback_lines = 655360 use_system_font = False word_chars = "-A-Za-z0-9,./?%&#:_~" diff --git a/zsh/.zshrc b/zsh/.zshrc index 97af640..3ce5264 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -77,7 +77,7 @@ function oh_my_zsh_conf () customPlugins=( 'zsh-autosuggestions' 'zsh-completions' - #'zsh-syntax-highlighting' + 'zsh-syntax-highlighting' ) allCustomPlugins=( $(find ${ZSH}/custom/plugins/* -maxdepth 0 -type d | xargs -I {} basename {})