Skip to content

Commit

Permalink
v2017-06-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Arondight committed Jun 15, 2017
1 parent f1316d7 commit 3311300
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2017-06-15
* zsh:
启用插件zsh-syntax-highlighting

v2017-05-08
* tig:
配置中删除了与默认配置相同的部分
Expand Down
2 changes: 0 additions & 2 deletions terminator/config
Original file line number Diff line number Diff line change
Expand Up @@ -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,./?%&#:_~"
2 changes: 1 addition & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {})
Expand Down

0 comments on commit 3311300

Please sign in to comment.