mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
12 lines
214 B
Fish
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)
|