Files
my-fish-config/conf.d/radicle.fish

6 lines
89 B
Fish

set -l rad_path $HOME/.radicle/bin
if test -d $rad_path
fish_add_path $rad_path
end