... but only on Linux.
This commit is contained in:
parent
2966b21281
commit
3ef1dc46cf
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ wd () {
|
|||
}
|
||||
|
||||
# theme
|
||||
if [ $DISPLAY ] ; then
|
||||
if [ $DISPLAY ] || [ $(uname -s) = "Darwin" ]; then
|
||||
source $ZDOTDIR/p10k.zsh
|
||||
source $ZDOTDIR/modules/powerlevel10k/powerlevel10k.zsh-theme
|
||||
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue