dotfiles

[void/arch] linux dotfiles
git clone git://git.mdnr.space/dotfiles
Log | Files | Refs

commit 061284ccdd5159dcc21689aa1fcc38c2a62bcd31
parent 5373716d66e1802b52776883fd7c540949f9709f
Author: mehdi-norouzi <mehdeenoroozi@gmail.com>
Date:   Thu, 28 Sep 2023 10:52:27 +0330

zsh: Monochrome prompt

Diffstat:
Mzsh/.config/zsh/.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc @@ -2,7 +2,7 @@ # Enable colors and change prompt: autoload -U colors && colors # Load colors -PS1="%B%{$fg[green]%}[%{$fg[white]%}%n%{$fg[magneta]%}@%{$fg[white]%}%M %{$fg[magenta]%}%~%{$fg[green]%}]%{$reset_color%}$%b " +PS1="%B%{$fg[green]%}[%{$fg[white]%}%n%{$fg[magneta]%}@%{$fg[white]%}%M %{$fg[white]%}%~%{$fg[green]%}]%{$reset_color%}$%b " setopt autocd # Automatically cd into typed directory. stty stop undef # Disable ctrl-s to freeze terminal. setopt interactive_comments