dotfiles/.config/fish/config.fish

14 lines
227 B
Fish
Raw Normal View History

2025-05-31 02:48:38 +03:00
if status is-interactive
# Commands to run in interactive sessions can go here
end
function fish_greeting
echo (date +%T)
end
alias ls="eza"
alias sudo="sudo-rs"
starship init fish | source
zoxide init fish | source