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