dotfiles/.config/fish/config.fish

5 lines
113 B
Fish
Raw Normal View History

2024-12-15 19:30:46 +00:00
if status is-interactive
# Commands to run in interactive sessions can go here
zoxide init fish | source
2024-12-15 19:30:46 +00:00
end