feat: fish and starship

This commit is contained in:
Ahmet Kaan Gümüş 2025-05-31 02:48:38 +03:00
parent 3a1e2baede
commit 6788cd8006
6 changed files with 296 additions and 44 deletions

13
.config/fish/config.fish Normal file
View file

@ -0,0 +1,13 @@
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