diff options
author | Alejandro <alex.mac.fon@gmail.com> | 2024-08-04 18:42:39 -0600 |
---|---|---|
committer | Alejandro <alex.mac.fon@gmail.com> | 2024-08-04 18:42:39 -0600 |
commit | ead1365b46bb942411a9bf5526027b2f9f71498b (patch) | |
tree | a443369d25201988fc44a76c916347485f10c488 | |
parent | 0ad7fc4bb1d70f20c474b4a9d0d3b9c92462e6e4 (diff) |
added: prefix hugo for each alias
-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" |