Skip to content

Instantly share code, notes, and snippets.

@oieioi
Last active May 13, 2021 12:30
Show Gist options
  • Save oieioi/43734030b6d214aeb5dd13c56b7ac922 to your computer and use it in GitHub Desktop.
Save oieioi/43734030b6d214aeb5dd13c56b7ac922 to your computer and use it in GitHub Desktop.
.git/hook/post-checkout で ctags を実行する
#! /bin/sh
echo 'Run ctags in background...'
(/usr/local/bin/ctags -R . > /dev/null 2>&1) &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment