dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

post-merge (85B)


      1 #!/bin/bash
      2 
      3 gitDir=$(git rev-parse --git-dir)
      4 $gitDir/hooks/ctags >/dev/null 2>&1 &