diff options
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..95657c5 --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,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 |
