feat(fish): update env

This commit is contained in:
2026-01-04 03:25:58 +01:00
parent 5b31cdfd6f
commit df51b72e5b

View File

@@ -8,11 +8,13 @@ if status is-interactive
end end
# Configure GPG # Configure GPG
set GPG_TTY $(tty) set -x GPG_TTY $(tty)
# Disable fish greeting # Disable fish greeting
set fish_greeting "" set -x fish_greeting ""
# Disable brew hints # Disable brew hints
set HOMEBREW_NO_ENV_HINTS 1 set -x HOMEBREW_NO_ENV_HINTS 1
# Set Starship Configuration
set -x STARSHIP_CONFIG $HOME/.config/starship/starship.toml
# Docker # Docker
alias dc="docker compose" alias dc="docker compose"