Update .config/fish/config.fish

This commit is contained in:
V 2023-03-01 19:43:20 +04:00
parent dd96a0b755
commit ccc74320a0
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
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