config(kitty): powerline tab

main
sudo pacman -Syu 2024-03-01 03:33:47 +07:00
parent 4ecd83a722
commit 9b250dc1a0
3 changed files with 9 additions and 0 deletions

View File

@ -56,6 +56,8 @@ enabled_layouts splits:split_axis=horizontal
# https://sw.kovidgoyal.net/kitty/conf/#tab-bar
tab_bar_align center
tab_bar_style powerline
tab_powerline_style round
# https://sw.kovidgoyal.net/kitty/conf/#advanced
allow_remote_control yes

View File

@ -1,6 +1,10 @@
# vim: set filetype=zsh:
# 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
typeset -g POWERLEVEL9K_INSTANT_PROMPT=off

View File

@ -39,6 +39,9 @@ DISABLE_LS_COLORS="true"
# https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#disable_untracked_files_dirty
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
typeset -g ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20
typeset -g ZSH_AUTOSUGGEST_HISTORY_IGNORE=$HISTORY_IGNORE