Files
dotfiles/cli/dot-config/fish/config.fish
2025-12-24 16:13:10 +01:00

11 lines
219 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
alias helix="hx"
alias shd="shutdown now"
alias l="lazygit"
theme_gruvbox dark hard
zoxide init fish | source
end