feat(config): fish
This commit is contained in:
parent
90fe253c51
commit
ab93bfa16d
7 changed files with 491 additions and 0 deletions
14
config/fish/config.fish
Normal file
14
config/fish/config.fish
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue