diff --git a/private_dot_config/oh-my-posh.toml b/private_dot_config/oh-my-posh.toml index f2999e2..825f8b1 100644 --- a/private_dot_config/oh-my-posh.toml +++ b/private_dot_config/oh-my-posh.toml @@ -10,7 +10,7 @@ final_space = true ## does not work in bash [transient_prompt] template = '❯ ' - foreground_templates = ['{{if gt .Code 0}}red{{end}}', '{{if eq .Code 0}}default{{end}}'] + foreground_templates = ['{{if gt .Code 0}}red{{end}}', '{{if eq .Code 0}}magenta{{end}}'] background = 'transparent' [[blocks]] diff --git a/private_dot_config/dot_vimrc b/private_dot_config/vim/vimrc similarity index 100% rename from private_dot_config/dot_vimrc rename to private_dot_config/vim/vimrc