From 150267e7ccda91efb9fd8d9d15b0a736ade96ab2 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 24 Sep 2021 21:26:30 -0700 Subject: [PATCH] zsh: modified nvc alias (again) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now, it cd's into the new dir I just made. Here's a cool character: • --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 20d4155..e93d46d 100644 --- a/.zshrc +++ b/.zshrc @@ -90,7 +90,7 @@ # Edit config files alias \ - nvc="(cd ~/.config/nvim/lua && nvim ../init.lua)" \ + nvc="(cd ~/.config/nvim/lua/blake && nvim ../init.lua)" \ zshrc="$EDITOR ~/.zshrc" \ fstab="sudo $EDITOR /etc/fstab" \