mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
8 lines
176 B
Fish
8 lines
176 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
set PATH $PATH (go env GOPATH)/bin
|
|
|
|
set fish_color_user normal
|
|
set fish_color_host blue
|