1
0
Fork 0

[zsh] Fix uberspace hostname

main
Sebastian Schulze 2020-02-22 18:36:10 +01:00
parent 71b64a05e9
commit 3954aee00a
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ plugins=(fzf fasd dotenv tmuxinator)
fpath=( ~/.kubectx/completion "${fpath[@]}" )
ZSH_CUSTOM="${HOME}/.zsh-custom"
{{- if eq .chezmoi.hostname "mcnaught.uberspace.de" }}
{{- if eq .chezmoi.fullHostname "mcnaught.uberspace.de" }}
ZSH_THEME="jreese"
{{ else }}
ZSH_THEME="powerlevel10k/powerlevel10k"