Update .config/fish/config.fish
This commit is contained in:
parent
dd96a0b755
commit
ccc74320a0
|
@ -1,4 +1,8 @@
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
abbr -a gpt .local/bin/sgpt --no-animation
|
abbr -a gpt .local/bin/sgpt --no-animation
|
||||||
|
abbr -a v nvim
|
||||||
|
abbr -a cfg chezmoi
|
||||||
|
abbr -a cfge chezmoi edit --apply
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue