mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-03 20:48:45 +00:00
feat(shell): moved p10k from root
This commit is contained in:
1713
base/p10k.zsh
1713
base/p10k.zsh
File diff suppressed because it is too large
Load Diff
@@ -75,5 +75,6 @@ export LESSHISTFILE="$XDG_CACHE_HOME"/less_history
|
||||
&& builtin source "$HOME/.fig/shell/zshrc.post.zsh"
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
export P10K_LOCATION="$XDG_CONFIG_HOME/zsh/p10k.zsh"
|
||||
[[ ! -f $P10K_LOCATION ]] || source $P10K_LOCATION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user