remove plugins from fish

This commit is contained in:
Noah Masur
2021-04-11 17:17:19 -04:00
parent 9d5ebb8bd7
commit b04e8387c3
4 changed files with 0 additions and 222 deletions

View File

@ -1,8 +1,5 @@
#!/usr/bin/env fish
# Install fisher packages
fisher update
# Set $PATH for finding programs
set -U FISH_DIR (readlink ~/.config/fish)
set -Ux DOTS (dirname $FISH_DIR)