From 455d58abf0e8f27cf2c9d966db8c7e7845662eb9 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Tue, 12 Aug 2025 14:30:13 -0500 Subject: feat(zsh) add poetry nvim alias --- dot_zshrc.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 8d677a1..52a37a4 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -27,7 +27,7 @@ export PATH="$PATH:$HOME/.local/bin" # Add go binaries to $PATH export PATH="$PATH:$HOME/go/bin" -{{- if eq .chezmoi.os "darwin" }} +{{ if eq .chezmoi.os "darwin" }} # Add homebrew binaries to path export PATH=$PATH:/opt/homebrew/bin {{ end -}} @@ -165,6 +165,9 @@ alias cdc='$HOME/.local/share/chezmoi/' # Shortcut for sourcing this file alias zource='source $HOME/.zshrc' +# Poetry run Neovim +alias pn='poetry run nvim .' + # Load Starship eval "$(starship init zsh)" {{ if eq .chezmoi.os "linux" }} -- cgit v1.2.3