summaryrefslogtreecommitdiff
path: root/alias.sh
diff options
context:
space:
mode:
Diffstat (limited to 'alias.sh')
-rw-r--r--alias.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/alias.sh b/alias.sh
index 82fe66d..7cd8a50 100644
--- a/alias.sh
+++ b/alias.sh
@@ -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"