feat(fish): set brew config and add some comments

This commit is contained in:
2025-08-13 09:04:10 +02:00
parent dec5e209cb
commit 34be648705

View File

@@ -2,8 +2,12 @@ if status is-interactive
# Commands to run in interactive sessions can go here # Commands to run in interactive sessions can go here
end end
# Configure GPG
set GPG_TTY $(tty) set GPG_TTY $(tty)
# Disable fish greeting
set fish_greeting "" set fish_greeting ""
# Disable brew hints
set HOMEBREW_NO_ENV_HINTS 1
# Docker # Docker
alias dc="docker compose" alias dc="docker compose"