5 lines
88 B
Fish
5 lines
88 B
Fish
if not set -q MARKPATH
|
|
set -gx MARKPATH $HOME/.marks
|
|
command mkdir -p $MARKPATH
|
|
end
|