This commit is contained in:
2026-03-22 09:19:03 +08:00
commit 553da0e05b
7 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
# Aliases
alias ls=exa
alias cat=bat
alias cap='cat -p'
alias find=fd
alias grep=rg
alias top=btop
alias help=tldr
abbr cz chezmoi
thefuck --alias | source
zoxide init fish | source
fastfetch