From 30f9c92250ac57a2c53d9c840d95bcf30d20db4c Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 13 Apr 2024 14:45:55 +0200 Subject: [PATCH] fish: update config --- fish/config.fish | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/fish/config.fish b/fish/config.fish index 74a5720..02a0dbb 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -2,7 +2,20 @@ if status is-interactive # Commands to run in interactive sessions can go here end -set PATH $PATH (go env GOPATH)/bin +set PATH $HOME/bin $PATH (go env GOPATH)/bin +set -g fish_greeting + +# Colors set fish_color_user normal set fish_color_host blue +set fish_color_host_remote blue +set fish_color_command blue +set fish_color_quote purple +set fish_color_keyword yellow +set fish_color_option normal +set fish_color_param normal +set fish_color_valid_path green +set fish_color_comment gray +set fish_color_operator cyan +set fish_color_cancel red