mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 10:40:04 +00:00
Major rewrite (new install)
This commit is contained in:
parent
4e89803237
commit
e78b421565
158 changed files with 2542 additions and 5238 deletions
1895
home/.config/zsh/.zcompdump
Normal file
1895
home/.config/zsh/.zcompdump
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1 +1 @@
|
|||
Subproject commit 86f3681d2b151b3c2acbb386890b4984cc5ffd86
|
||||
Subproject commit e9a7125d533e7acd3bae80e461cc6b9ab233cfa7
|
|
@ -15,8 +15,3 @@ source ~/.config/zsh/rc/auto_cleanup.zsh
|
|||
source ~/.config/zsh/rc/misc.zsh
|
||||
source ~/.config/zsh/rc/plugins.zsh
|
||||
source ~/.config/zsh/rc/zgenom.zsh
|
||||
|
||||
# Override the comment color to make comments visible on black bg
|
||||
# (this needs to be after zgenom, as it requires the zsh-fast-highlighting plugin
|
||||
# to be loaded)
|
||||
FAST_HIGHLIGHT_STYLES[comment]='fg=#696C76'
|
||||
|
|
|
@ -16,3 +16,7 @@ if ! zgenom saved; then
|
|||
zgenom save
|
||||
fi
|
||||
|
||||
# Override the comment color to make comments visible on black bg
|
||||
# (overrides the zsh-fast-highlighting plugin)
|
||||
FAST_HIGHLIGHT_STYLES[comment]='fg=#696C76'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue