mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Got rid of oh-my-zsh and designed my own prompt
This commit is contained in:
parent
53c63c4500
commit
b2927a55f0
|
@ -17,11 +17,11 @@ in
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableSyntaxHighlighting = true;
|
enableSyntaxHighlighting = true;
|
||||||
shellAliases = myAliases;
|
shellAliases = myAliases;
|
||||||
oh-my-zsh = {
|
initExtra = ''
|
||||||
enable = true;
|
PROMPT=" ◉ %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f
|
||||||
plugins = [ "git" ];
|
%F{green}→%f "
|
||||||
theme = "agnoster";
|
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 = {
|
programs.bash = {
|
||||||
|
|
Loading…
Reference in a new issue