Files
Rabbit-dots/.config/fish/config.fish
2026-02-19 01:41:11 +03:00

16 lines
257 B
Fish

function fish_greeting
oh-my-posh init fish --config ~/agnosterplus.omp.json | source
fastfetch
echo -e "\e[34m \e[39m""$(hyprctl splash)"
end
#
#
#
#
#
if status is-interactive
alias ls lsd
alias vim nvim
alias hibernate 'systemctl hibernate'
end