From 176738d305cf00fd451b1790631328fe280578c9 Mon Sep 17 00:00:00 2001 From: pika <67532734+pik4li@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:37:13 +0100 Subject: [PATCH] . --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 2a4cc97..fc677db 100644 --- a/.zshrc +++ b/.zshrc @@ -451,7 +451,7 @@ _coding_() { fi if [ -d "$HOME/.config/nvchad" ]; then - alias nvchad='NVIM_APPNAME="nvchad" nvim' + alias nvchad='NVIM_APPNAME="nvchad" command nvim' alias neochad='NVIM_APPNAME="nvchad" neovide --fork' fi fi