dots/.config/fish/path.fish

21 lines
350 B
Fish

alias fp="fish_add_path -a"
# function pa
# set -x PATH PATH $argv[1]
# end
#
# function pp
# set -x PATH $argv[1] PATH
# end
# ik this is not the "correct" way to set path but persistent path sucks
fp $PNPM_HOME
fp ~/.deno/bin
fp ~/.local/bin
fp ~/usr/bin
fp ~/.cargo/bin
fp ~/.local/share/gem/ruby/3.0.0/bin
fp ~/.spicetify
fp ~/go/bin