feat(fish): update env
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user