mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 15:04:24 -05:00
7 lines
159 B
Fish
7 lines
159 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"
|
|
end
|