summaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
blob: 95657c5358878977ab4c895b803f90643465c2a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/fish

# defaults
set -Ux VISUAL nvim
set -Ux EDITOR nvim
set -Ux GIT_PAGER moar
set -Ux PAGER moar

# abbrs
abbr dotfiles 'git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
abbr orphans 'sudo pacman -Rns (pacman -Qtdq)'

# prompt
starship init fish | source