Created
August 31, 2014 19:58
-
-
Save persquare/ac7c0cdf3b3a9a9d6afa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| [[ -f "${TM_SUPPORT_PATH}/lib/bash_init.sh" ]] && . "${TM_SUPPORT_PATH}/lib/bash_init.sh" | |
| path=`zk --txmt` | |
| if [[ "$path" ]]; then | |
| open $path | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment