github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/internal/assets/contents/shells/fishrc_global.fish (about) 1 function fish_prompt 2 echo "[{{.Project}}] % " 3 end 4 5 {{- range $K, $V := .Env}} 6 {{- if eq $K "PATH"}} 7 set -xg {{$K}} "{{$V}}:$PATH" 8 {{- else}} 9 set -xg {{$K}} "{{$V}}" 10 {{- end}} 11 {{- end}}