8 lines
258 B
Fish
8 lines
258 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
starship init fish | source
|
|
direnv hook fish | source
|
|
zoxide init fish | source
|
|
thefuck --alias | source
|
|
fzf --fish | source && fzf_configure_bindings
|
|
end
|