feat(config): fish

This commit is contained in:
Anhgelus Morhtuuzh 2025-08-12 15:25:14 +02:00
parent 90fe253c51
commit ab93bfa16d
Signed by: anhgelus
GPG key ID: 617773CACE89052C
7 changed files with 491 additions and 0 deletions

14
config/fish/config.fish Normal file
View file

@ -0,0 +1,14 @@
if status is-interactive
# Commands to run in interactive sessions can go here
if tty | string match "/dev/tty1"
$HOME/start
end
end
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export GOPATH "$HOME/go"
set --export PATH $BUN_INSTALL/bin $GOPATH/bin $HOME/.local/bin $PATH
# gpg
export GPG_TTY=$(tty)