add fish config
This commit is contained in:
parent
b13de85412
commit
33ff5429fd
1 changed files with 15 additions and 0 deletions
15
.config/fish/config.fish
Normal file
15
.config/fish/config.fish
Normal file
|
@ -0,0 +1,15 @@
|
|||
eval (/opt/homebrew/bin/brew shellenv)
|
||||
source /opt/homebrew/opt/asdf/libexec/asdf.fish
|
||||
direnv hook fish | source
|
||||
|
||||
if status is-interactive
|
||||
fish_vi_key_bindings
|
||||
|
||||
zoxide init fish | source
|
||||
|
||||
if not set -q TMUX
|
||||
set -g TMUX tmux new-session -d -s default
|
||||
eval $TMUX
|
||||
tmux attach-session -d -t default
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue