dotfiles

My ~/.config directory

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
if status is-interactive
    # Commands to run in interactive sessions can go here
end

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'