mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
11 lines
219 B
Fish
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
|