Last active
May 13, 2021 12:30
-
-
Save oieioi/43734030b6d214aeb5dd13c56b7ac922 to your computer and use it in GitHub Desktop.
.git/hook/post-checkout で ctags を実行する
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
#! /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