mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
nanoc: update to latest version (#7282)
* nanoc: update command aliases - remove deprecated commands - update `create-site` - add `prune` * nanoc: update README * nanoc: update autompletion - update commands - add flag options to subcommands
This commit is contained in:
parent
2fce9a4d44
commit
a2dab42c35
3 changed files with 68 additions and 26 deletions
|
|
@ -1,9 +1,6 @@
|
|||
alias n='nanoc'
|
||||
alias na='nanoc autocompile'
|
||||
alias nco='nanoc compile'
|
||||
alias nci='nanoc create_item'
|
||||
alias ncl='nanoc create_layout'
|
||||
alias ncs='nanoc create_site'
|
||||
alias ncs='nanoc create-site'
|
||||
alias nd='nanoc deploy'
|
||||
alias np='nanoc prune'
|
||||
alias nv='nanoc view'
|
||||
alias nw='nanoc watch'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue