Commit 89655b2e authored by Charles Thorley's avatar Charles Thorley

Actually, let's stick to builtins

parent d157cd13
......@@ -13,7 +13,10 @@ function marks
echo "No marks currently defined."
else
for mark_name in $mark_list
echo "$mark_name -> "(readlink -f $MARKPATH/$mark_name)
cd $MARKPATH/$mark_name
set -l real_path (pwd)
cd -
echo "$mark_name -> $real_path"
end
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment