diff --git a/functions/marks.fish b/functions/marks.fish index 1352301..2aec4f3 100644 --- a/functions/marks.fish +++ b/functions/marks.fish @@ -18,7 +18,7 @@ function marks set -l current_dir (pwd) set -l output "" for mark_name in $mark_list - cd $MARKPATH/$mark_name + jump $mark_name set -l real_path (pwd) set output "$output$mark_name -> $real_path"\n end