Got rid of oh-my-zsh and designed my own prompt
This commit is contained in:
@ -17,11 +17,11 @@ in
|
||||
enableCompletion = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
shellAliases = myAliases;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" ];
|
||||
theme = "agnoster";
|
||||
};
|
||||
initExtra = ''
|
||||
PROMPT=" ◉ %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f
|
||||
%F{green}→%f "
|
||||
RPROMPT="%F{black}▉%f%F{red}▉%f%F{yellow}▉%f%F{green}▉%f%F{cyan}▉%f%F{blue}▉%f%F{magenta}▉%f%F{white}▉%f"
|
||||
'';
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
|
Reference in New Issue
Block a user