diff options
| author | Max Bossing <info@maxbossing.de> | 2025-08-12 15:48:29 +0200 |
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-08-12 15:48:29 +0200 |
| commit | f3d11d56a5d9c0e60869adf0f2197860748aafff (patch) | |
| tree | eeec6309ef222041545a865a12bbb072a9399a84 | |
| parent | 170ca58585dff48d8bd4d0f0a3b78e6c44ed2959 (diff) | |
refactor: Some color changes
| -rw-r--r-- | fish/config.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/config.fish b/fish/config.fish index a2bcd67..52b506b 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -11,9 +11,9 @@ if status is-interactive set fish_color_normal white set fish_color_autosuggestion '#555555' -set fish_color_command white +set fish_color_command purple set fish_color_error '#ff6c6b' -set fish_color_param '#777777' +set fish_color_param '#AAAAAA' eval (ssh-agent -c) gpg-agent --enable-ssh-support |
