.dotfiles/.config/fish/config.fish
2026-07-28 12:46:25 +03:00

22 lines
360 B
Fish

set fish_greeting
set -gx EDITOR nvim
fx --comp fish | source
zoxide init fish | source
fzf --fish | source
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH
# scripts
set --export PATH ~/.scripts/ $PATH
source ~/.config/fish/env.fish
# Added by Antigravity CLI installer
set -gx PATH "/home/foton/.local/bin" $PATH