fish_config theme choose "dracula" fish_add_path ~/.deno/bin ~/.yarn/bin ~/go/bin ~/.npm-packages/bin ~/bin set -xg EDITOR nvim set -xg VISUAL nvim set -xg GPG_TTY (tty) set -xg XDG_CONFIG_HOME ~/.config set -xg VDIRSYNCER_CONFIG ~/.config/vdirsyncer/config set -xg MDIR ~/mail abbr -a gu git remote update --prune abbr -a ga git add -A abbr -a gm git commit -S abbr -a gs git commit -S --amend --no-edit abbr -a gl git --no-pager log --oneline -n 30 abbr -a gt git log --graph --oneline --all abbr -a pushall "git remote | xargs git push" abbr -a tmux tmux -u abbr -a scratch nvim ~/scratch.md abbr -a bcp rsync -avzu --progress abbr -a weather curl wttr.in/Ann+Arbor+Michigan abbr -a img img2sixel direnv hook fish | source