I don't know 2

This commit is contained in:
2026-02-12 23:57:28 +03:00
parent ed1678eb69
commit 25d3b47847
9 changed files with 205 additions and 0 deletions

10
.config/fish/config.fish Normal file
View File

@@ -0,0 +1,10 @@
function fish_greeting
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