Skip to content

Commit

Permalink
Add TO_DIR to help
Browse files Browse the repository at this point in the history
  • Loading branch information
joehillen committed May 29, 2020
1 parent fc31430 commit 63c0055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions/to.fish
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ function __to_usage
echo ' to clean Remove bookmarks that have a missing destination'
echo ' to resolve BOOKMARK Print the destination of a bookmark'
echo ' to help Show this message'
echo
echo "Bookmarks are stored in: $TO_DIR"
echo 'To change, run: set -U TO_DIR <dir>'
return 1
end

Expand Down

0 comments on commit 63c0055

Please sign in to comment.