bashrc
bashrc
https://git.tonybtw.com/bashrc.git
git://git.tonybtw.com/bashrc.git
Updated path and added nvim as editor
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'