Compare commits

..

No commits in common. "41fb0c639aba22f1dd4505f6ad03111631d47bbb" and "cf85fb6372860674d8e6bd668f140786ab301965" have entirely different histories.

2 changed files with 3 additions and 11 deletions

View File

@ -1,6 +1,5 @@
# theme
# theme = light:gruvbox-material-soft-light,dark:gruvbox-material-soft-dark
theme = gruvbox-material-soft-dark
theme = light:gruvbox-material-soft-light,dark:gruvbox-material-soft-dark
# cursor
cursor-style = block
@ -15,12 +14,7 @@ font-size = 15
font-thicken = true
bold-is-bright = true
font-feature=-calt
font-feature=-liga
font-feature=-dlig
# window
window-theme = dark
window-height = 36
window-width = 150
@ -37,6 +31,3 @@ keybind = global:cmd+enter=new_window
# shell integrations for zsh
# https://ghostty.org/docs/features/shell-integration
shell-integration = zsh
# gtk
gtk-titlebar = false

View File

@ -16,7 +16,8 @@ unsetopt autocd
# pyenv
eval "$(pyenv init - zsh)"
eval "$(pyenv virtualenv-init - zsh)"
# https://github.com/pyenv/pyenv-virtualenv/issues/259
eval "$(pyenv virtualenv-init - zsh | sed s/precmd/chpwd/g)"
# ggman
eval "$(ggman shellrc)"