.dotfiles/.config/fish/config.fish

13 lines
199 B
Fish
Raw Normal View History

2024-10-21 20:46:27 +03:00
set fish_greeting
if status is-interactive
# Commands to run in interactive sessions can go here
end
2024-10-21 21:27:25 +03:00
set -gx EDITOR nvim
2024-10-22 17:55:26 +03:00
fx --comp fish | source
zoxide init fish | source
fzf --fish | source