aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/path.fish
blob: d0d31449bbde0deef7e3b5d59fbd46f049688794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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