if status is-interactive
# Commands to run in interactive sessions can go here
end
set -gx EDITOR micro
abbr -a -- l la
abbr -a -- m micro
abbr -a -- g git
abbr -a -- a 'git add'
abbr -a -- c 'git commit'
abbr -a -- cl 'git clone'
abbr -a -- p 'git push'
abbr -a -- pl 'git pull'
abbr -a -- st 'git status'
abbr -a -- t 'gio trash'