From 82356edb625298c1b0c8b6318236b581cd0ceb3a Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Sat, 12 Apr 2025 21:20:42 +0400 Subject: [PATCH] read nvim from path compiled from source --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8ce7de1..f3151fe 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -81,4 +81,4 @@ export PATH="$HOME/go/bin:$PATH" export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" export FP='fzf --preview="bat --style=numbers --color=always --line-range :500 {}"' - +export PATH="$HOME/neovim/bin:$PATH"