mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
10 lines
192 B
Fish
10 lines
192 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
|