2023-03-01 15:39:02 +00:00
|
|
|
if status is-interactive
|
|
|
|
# Commands to run in interactive sessions can go here
|
2023-03-01 15:46:58 +00:00
|
|
|
set fish_greeting ""
|
2023-03-01 15:40:21 +00:00
|
|
|
abbr -a gpt .local/bin/sgpt --no-animation
|
2023-03-01 15:43:20 +00:00
|
|
|
abbr -a v nvim
|
|
|
|
abbr -a cfg chezmoi
|
|
|
|
abbr -a cfge chezmoi edit --apply
|
2023-03-01 15:39:02 +00:00
|
|
|
end
|
2023-03-01 15:43:20 +00:00
|
|
|
|