dotfiles/home/.config/fish/config.fish
2025-03-26 18:02:38 +04:00

12 lines
214 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
end
export GPG_TTY=(tty)