From f0b32f45746c026d402651013b7e98315d6956a1 Mon Sep 17 00:00:00 2001 From: delta Date: Sat, 4 Mar 2023 22:04:55 +0100 Subject: restructure awesome config, add fresnel --- .config/fish/path.fish | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/fish/path.fish (limited to '.config/fish/path.fish') 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 -- cgit v1.2.3