diff options
author | Alejandro <alex.mac.fon@gmail.com> | 2024-08-04 00:47:31 -0600 |
---|---|---|
committer | Alejandro <alex.mac.fon@gmail.com> | 2024-08-04 00:47:31 -0600 |
commit | 30ed988109ef6e04f93fd8205fd1f5cf00ea0e09 (patch) | |
tree | 555b8623f9bb787c58356e22d9ec47d097856349 /alias.sh | |
parent | 0410461d21df5e435ba5a24492e8a1eee8120d8c (diff) |
fixed: cap typo
Diffstat (limited to 'alias.sh')
-rw-r--r-- | alias.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -alias deploy="hugo server -D -F --NoHTTPCache" +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" |