diff options
Diffstat (limited to 'config.fish')
| -rw-r--r-- | config.fish | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.fish b/config.fish index aa362fb..0a95e40 100644 --- a/config.fish +++ b/config.fish @@ -4,6 +4,8 @@ set -e TERMCAP set -e MANPATH set -Ux STARSHIP_CONFIG ~/.config/starship/starship.toml +source ~/.config/fish/colors.fish + pyenv init - | source zoxide init fish | source starship init fish | source @@ -14,7 +16,7 @@ function starship_transient_prompt_func end function fish_greeting - set_color f0c6c6; echo ; set_color normal + set_color $welcome_color; echo ; set_color normal end function xcd @@ -29,8 +31,6 @@ if status is-interactive alias nv=nvim alias lg=lazygit - source ~/.config/fish/colors.fish - fish_vi_key_bindings enable_transience end |