updated stuff
This commit is contained in:
parent
586ddd055c
commit
71771b3bc2
3 changed files with 15 additions and 938 deletions
12
zsh/.zshrc
12
zsh/.zshrc
|
@ -1,3 +1,10 @@
|
|||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||
# Initialization code that may require console input (password prompts, [y/n]
|
||||
# confirmations, etc.) must go above this block, everything else may go below.
|
||||
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
|
||||
|
||||
source "$ZDOTDIR/export.zsh"
|
||||
source "$ZDOTDIR/history.zsh"
|
||||
source "$ZDOTDIR/zplugin.zsh"
|
||||
|
@ -19,4 +26,7 @@ lfcd () {
|
|||
}
|
||||
bindkey -s '^o' 'lfcd\n'
|
||||
|
||||
source $ZDOTDIR/p10k.zsh
|
||||
# To customize prompt, run "p10k configure" or edit.
|
||||
[[ ! -f ${(%)__p9k_cfg_path_u} ]] || source ${(%)__p9k_cfg_path_u}
|
||||
|
||||
source $ZDOTDIR/.p10k.zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue