20 lines
283 B
Fish
20 lines
283 B
Fish
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
|