set own theme
This commit is contained in:
8
.zsh/theme.zsh
Normal file
8
.zsh/theme.zsh
Normal file
@@ -0,0 +1,8 @@
|
||||
# Basis-Einstellungen für das Theme
|
||||
autoload -Uz colors && colors
|
||||
setopt PROMPT_SUBST
|
||||
|
||||
# Lade alle Theme-Komponenten
|
||||
for theme_component (~/.zsh/theme/**/*.zsh); do
|
||||
source $theme_component
|
||||
done
|
||||
Reference in New Issue
Block a user