Starship.
This commit is contained in:
parent
484f611343
commit
56bca90917
3 changed files with 5 additions and 172 deletions
|
@ -29,12 +29,8 @@ source $XDG_DATA_HOME/repos/zsh_modules/wd/wd.plugin.zsh
|
|||
export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
|
||||
fpath=($XDG_DATA_HOME/repos/zsh_modules/wd $fpath)
|
||||
|
||||
# theme
|
||||
source $ZDOTDIR/p10k.zsh
|
||||
source $XDG_DATA_HOME/repos/zsh_modules/powerlevel10k/powerlevel10k.zsh-theme
|
||||
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
fi
|
||||
# # theme
|
||||
[ $(command -v starship) ] && eval $(starship init zsh)
|
||||
|
||||
# quick note functionality
|
||||
if [ -f ~/.note ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue