mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
fish: update config
This commit is contained in:
parent
7d36b7d8cf
commit
30f9c92250
1 changed files with 14 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue