Skip to content

Instantly share code, notes, and snippets.

@persquare
Created August 31, 2014 19:58
Show Gist options
  • Save persquare/ac7c0cdf3b3a9a9d6afa to your computer and use it in GitHub Desktop.
Save persquare/ac7c0cdf3b3a9a9d6afa to your computer and use it in GitHub Desktop.
#!/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