read nvim from path

compiled from source
This commit is contained in:
Seymur Bagirov 2025-04-12 21:20:42 +04:00
parent 5ba4d739fd
commit 82356edb62

View File

@ -81,4 +81,4 @@ export PATH="$HOME/go/bin:$PATH"
export BUN_INSTALL="$HOME/.bun" export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH" export PATH="$BUN_INSTALL/bin:$PATH"
export FP='fzf --preview="bat --style=numbers --color=always --line-range :500 {}"' export FP='fzf --preview="bat --style=numbers --color=always --line-range :500 {}"'
export PATH="$HOME/neovim/bin:$PATH"