mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add npinto theme
This commit is contained in:
parent
f9e2af2bd7
commit
905b4d314e
1 changed files with 7 additions and 0 deletions
7
themes/npinto.zsh-theme
Normal file
7
themes/npinto.zsh-theme
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
if [ "`id -u`" -eq 0 ]; then
|
||||||
|
PROMPT="%{$fg_bold[cyan]%}%T%{$fg_bold[green]%} %{$fg_bold[magenta]%}%n%{$fg[yellow]%}@%{$fg_bold[white]%}%m %{$fg_bold[green]%}%d
|
||||||
|
%{$fg_bold[yellow]%}%% %{$reset_color%}"
|
||||||
|
else
|
||||||
|
PROMPT="%{$fg_bold[cyan]%}%T%{$fg_bold[green]%} %{$fg_bold[blue]%}%n%{$fg[yellow]%}@%{$fg_bold[white]%}%m %{$fg_bold[green]%}%d
|
||||||
|
%{$fg_bold[yellow]%}%% %{$reset_color%}"
|
||||||
|
fi
|
||||||
Loading…
Add table
Add a link
Reference in a new issue