- > type homeshick
- homeshick is a function
- homeshick ()
- {
- if [ "$1" = "cd" ] && [ -n "$2" ]; then
- cd "$HOME/.homesick/repos/$2";
- else
- "${HOMESHICK_DIR:-$HOME/.homesick/repos/homeshick}/bin/homeshick" "$@";
- fi
- }
Untitled
Posted by Anonymous on Sat 17th Oct 2015 21:45
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.