From cead1bc85e40a4047e7ca852d29ff8caeef0397b Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Tue, 17 Oct 2023 16:29:03 -0400 Subject: [PATCH] feat: adds hnc alias --- zsh/config/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/config/.zshrc b/zsh/config/.zshrc index 801c492..e342543 100644 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -148,6 +148,7 @@ alias gcm='git commit -a -m' alias gp='git push' alias gs='git status' alias hn='hugo new' +alias hnc='hugo new content' alias l='ls -lah --color=auto' alias reload='exec zsh -l' alias t='tmux'