diff options
| author | Josh <joshott16@gmail.com> | 2025-07-24 13:08:57 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-24 13:08:57 -0400 |
| commit | 5b7a0d55063a43e8dde5b4bc3eb01b4ecb81f1dc (patch) | |
| tree | cc703c55260076471a3f24d29a28b1f5efda2068 /config.fish | |
| parent | 21150560c5762a4f6f446e74f2020f61d9ba4221 (diff) | |
| download | dotfiles-5b7a0d55063a43e8dde5b4bc3eb01b4ecb81f1dc.tar.gz dotfiles-5b7a0d55063a43e8dde5b4bc3eb01b4ecb81f1dc.zip | |
further colorscheme changes
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 |