mirror of
https://github.com/awatertrevi/macos-configuration.git
synced 2026-09-22 11:44:36 +00:00
8 lines
161 B
Fish
8 lines
161 B
Fish
set -g fish_greeting
|
|
set -gx NUXT_TELEMETRY_DISABLED 1
|
|
|
|
if status is-interactive
|
|
starship init fish | source
|
|
set -gx LSCOLORS Exfxcxdxbxegedabagacad
|
|
end
|