diff options
Diffstat (limited to 'alias.sh')
-rw-r--r-- | alias.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -alias deploy="hugo server -D -F --noHTTPCache" -alias news="hugo new content noticias/$(date '+noticia-%Y-%m-%d').md && $EDITOR content/noticias/$(date '+noticia-%Y-%m-%d').md" +alias hugo-deploy="hugo server -D -F --noHTTPCache" +alias hugo-news="hugo new content noticias/$(date '+noticia-%Y-%m-%d').md && $EDITOR content/noticias/$(date '+noticia-%Y-%m-%d').md" |