bashrc

bashrc

https://git.tonybtw.com/bashrc.git git://git.tonybtw.com/bashrc.git

Updated path and added nvim as editor

Commit
5a321b42c472ec7ce14777d5469d373f71b7ecd7
Parent
913b38a
Author
tonybtw <tonybtw@tonybtw.com>
Date
2026-01-26 04:57:55

Diff

diff --git a/bashrc b/bashrc
index 7d5fb23..8e52ff9 100644
--- a/bashrc
+++ b/bashrc
@@ -1,6 +1,7 @@
-export PATH="$HOME/.emacs.d/bin:$PATH"
+export PATH="$HOME/.local/bin:$HOME/.emacs.d/bin:$PATH"
 export MANPAGER="nvim +Man!"
 export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow'
+export EDITOR="nvim"
 
 alias ls='eza -l --icons'
 alias la='eza -a --icons'