mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 10:59:57 +01:00
Compare commits
3 Commits
f17aab5afd
...
7d89837c10
Author | SHA1 | Date | |
---|---|---|---|
|
7d89837c10 | ||
|
2f97a439c7 | ||
|
aeabe170e1 |
9
zshrc
9
zshrc
@ -5,8 +5,9 @@
|
||||
autoload -Uz promptinit && promptinit
|
||||
autoload -U compinit && compinit
|
||||
|
||||
# Default prompt design (color)
|
||||
prompt fade red
|
||||
# Prompt color
|
||||
prompt_color1="#ffaf00"
|
||||
primpt_color2="#000000"
|
||||
|
||||
# Load zsh settings
|
||||
source $HOME/.dotfiles/zsh/settings
|
||||
@ -35,6 +36,10 @@ source $HOME/.dotfiles/zsh/scripts
|
||||
source $HOME/.dotfiles/zsh/ffmpeg
|
||||
source $HOME/.dotfiles/zsh/device-specific
|
||||
|
||||
# Prompt design
|
||||
prompt="%F{$prompt_color2}%K{$prompt_color1} ▓▒░%F%B%n@%m%b%F{$prompt_color1}%K{$prompt_color2}█▓▒░%F{#ffffff}%K{$prompt_color2}%B %D{%Y-%m-%d} %D{%k:%M:%S}
|
||||
%}%F{$prompt_color1}%K{$prompt_color2}%B%~/%b%k%f "
|
||||
|
||||
# Load private information from second repo
|
||||
if [[ -d $HOME/.jan ]]; then
|
||||
source $HOME/.jan/credentials
|
||||
|
Loading…
Reference in New Issue
Block a user