6 lines
89 B
Fish
6 lines
89 B
Fish
set -l rad_path $HOME/.radicle/bin
|
|
|
|
if test -d $rad_path
|
|
fish_add_path $rad_path
|
|
end
|