use base16 for fish
This commit is contained in:
parent
ac0ff3bf2f
commit
879d391e1a
2 changed files with 25 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# source ~/.config/fish/colors.fish
|
||||
source ~/.config/fish/colors.fish
|
||||
set -l last_status $status
|
||||
set -l nix_shell_info (
|
||||
if test -n "$IN_NIX_SHELL"
|
||||
|
|
@ -11,14 +11,14 @@ set -g color_cwd green
|
|||
|
||||
# Set host color based on hostname
|
||||
if test (hostname) = peach
|
||||
set -g color_host yellow
|
||||
set -g color_host $color_accent
|
||||
else if test (hostname) = alien
|
||||
set -g color_host yellow
|
||||
set -g color_host $color_accent
|
||||
else if test (hostname) = vm
|
||||
set -g color_host yellow
|
||||
set -g color_host $color_accent
|
||||
set -g color_cwd normal
|
||||
else if test (uname) = Darwin
|
||||
set -g color_host yellow
|
||||
set -g color_host $color_base0A
|
||||
end
|
||||
|
||||
set -l user_host (set_color $color_user)"$USER"(set_color normal)"@"(set_color $color_host)(prompt_hostname)(set_color normal)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue