Skip to content

Commit 1be0c70

Browse files
committed
bash: Change $EDITOR to neovim
1 parent 41c8f8a commit 1be0c70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bashrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ PS2='\[${White}\]\$\[${Color_Off}\] '
7070
PROMPT_COMMAND="[ -d .git -o -f .sett ] && sett"
7171

7272
# basic {{{1
73-
export EDITOR='vim'
73+
export EDITOR='nvim'
74+
export MANPAGER='nvim +Man!'
7475

7576
# allow for color support in terminal
7677
if [ "$TERM" == "xterm" ]; then

0 commit comments

Comments
 (0)