]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_functions/new_hs_project
Needs to be set before compinit or completer functions won’t be loaded
[user/henk/vcsh/zsh.git] / .zsh_functions / new_hs_project
1     stack new $1 simple
2     cd $1
3     git init