dotfiles/home/.config/fish/config.fish
2026-04-12 22:38:09 +09:00

15 lines
285 B
Fish

alias clear="printf '\033[2J\033[3J\033[1;1H'"
if test -f ~/.bashrc
bass source ~/.bashrc
end
if status is-interactive
if command -v zoxide > /dev/null
zoxide init fish | source
end
if command -v carapace > /dev/null
carapace _carapace | source
end
end
export GPG_TTY=(tty)