12 lines
248 B
Fish
12 lines
248 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
|