dotfiles

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

zsh.ctags (300B)


      1 --langdef=zsh
      2 --langmap=zsh:(zshrc)
      3 --regex-zsh=/^.*source ([^ \t]+)/"\1"/s,source/
      4 --regex-zsh=/^[ \t]*(export )?([A-Z0-9_]+)=([^ \t\n]+)/\2: "\3"/e,envvariable/
      5 --regex-zsh=/^[ \t]*([a-zA-Z0-9_\-]+) ?\(\)/\1\(\)/f,function/
      6 --regex-zsh=/^[ \t]*bindkey ['"]([^'"]+)["'] ([^ \t#]+)/\1: \2/m,mapping/