Improve tmux and zsh configuration
Utilize tpm to configure tmux plugins. Improve zshrc to work with nerdfonts setup.
This commit is contained in:
parent
395f26a37b
commit
fbe276353f
8 changed files with 43 additions and 3 deletions
7
p10k.zsh
7
p10k.zsh
|
|
@ -1,6 +1,7 @@
|
|||
# Generated by Powerlevel10k configuration wizard on 2023-08-21 at 07:10 CDT.
|
||||
# Generated by Powerlevel10k configuration wizard on 2023-08-23 at 01:43 CDT.
|
||||
# Based on romkatv/powerlevel10k/config/p10k-pure.zsh, checksum 35142.
|
||||
# Wizard options: powerline, pure, 1 line, sparse, instant_prompt=verbose.
|
||||
# Wizard options: nerdfont-complete + powerline, large icons, pure, 1 line, compact,
|
||||
# instant_prompt=verbose.
|
||||
# Type `p10k configure` to generate another config.
|
||||
#
|
||||
# Config file for Powerlevel10k with the style of Pure (https://github.com/sindresorhus/pure).
|
||||
|
|
@ -72,7 +73,7 @@
|
|||
|
||||
# Add an empty line before each prompt except the first. This doesn't emulate the bug
|
||||
# in Pure that makes prompt drift down whenever you use the Alt-C binding from fzf or similar.
|
||||
typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
|
||||
typeset -g POWERLEVEL9K_PROMPT_ADD_NEWLINE=false
|
||||
|
||||
# Magenta prompt symbol if the last command succeeded.
|
||||
typeset -g POWERLEVEL9K_PROMPT_CHAR_OK_{VIINS,VICMD,VIVIS}_FOREGROUND=$magenta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue