config(kitty): powerline tab
parent
4ecd83a722
commit
9b250dc1a0
|
@ -56,6 +56,8 @@ enabled_layouts splits:split_axis=horizontal
|
||||||
|
|
||||||
# https://sw.kovidgoyal.net/kitty/conf/#tab-bar
|
# https://sw.kovidgoyal.net/kitty/conf/#tab-bar
|
||||||
tab_bar_align center
|
tab_bar_align center
|
||||||
|
tab_bar_style powerline
|
||||||
|
tab_powerline_style round
|
||||||
|
|
||||||
# https://sw.kovidgoyal.net/kitty/conf/#advanced
|
# https://sw.kovidgoyal.net/kitty/conf/#advanced
|
||||||
allow_remote_control yes
|
allow_remote_control yes
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
# vim: set filetype=zsh:
|
# vim: set filetype=zsh:
|
||||||
# Put this on bottom of ~/.zshrc
|
# Put this on bottom of ~/.zshrc
|
||||||
|
|
||||||
|
# https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#automatic-title
|
||||||
|
ZSH_THEME_TERM_TITLE_IDLE="%~"
|
||||||
|
ZSH_THEME_TERM_TAB_TITLE_IDLE="%~"
|
||||||
|
|
||||||
# https://github.com/romkatv/powerlevel10k#how-do-i-configure-instant-prompt
|
# https://github.com/romkatv/powerlevel10k#how-do-i-configure-instant-prompt
|
||||||
typeset -g POWERLEVEL9K_INSTANT_PROMPT=off
|
typeset -g POWERLEVEL9K_INSTANT_PROMPT=off
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,9 @@ DISABLE_LS_COLORS="true"
|
||||||
# https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#disable_untracked_files_dirty
|
# https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#disable_untracked_files_dirty
|
||||||
DISABLE_UNTRACKED_FILES_DIRTY="true"
|
DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||||
|
|
||||||
|
# https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#automatic-title
|
||||||
|
DISABLE_AUTO_TITLE=true
|
||||||
|
|
||||||
# https://github.com/zsh-users/zsh-autosuggestions#suggestion-strategy
|
# https://github.com/zsh-users/zsh-autosuggestions#suggestion-strategy
|
||||||
typeset -g ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20
|
typeset -g ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20
|
||||||
typeset -g ZSH_AUTOSUGGEST_HISTORY_IGNORE=$HISTORY_IGNORE
|
typeset -g ZSH_AUTOSUGGEST_HISTORY_IGNORE=$HISTORY_IGNORE
|
||||||
|
|
Loading…
Reference in New Issue