dotfiles/dot_config/private_fish/config.fish

9 lines
200 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
abbr -a gpt .local/bin/sgpt --no-animation
abbr -a v nvim
abbr -a cfg chezmoi
abbr -a cfge chezmoi edit --apply
end