summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-10-02 18:08:25 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-10-02 19:44:20 +0200
commitcf353a03de1fd6e0536663c8a0be9608cc59e985 (patch)
tree9dd4df3386aec031de8e5bb4655276e0a968afa6 /.bashrc
parent364ffe228d9682e29d60a7e4dcae3e51441d6143 (diff)
cleanup up vimrc
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 1742080..3371082 100644
--- a/.bashrc
+++ b/.bashrc
@@ -116,8 +116,8 @@ if ! shopt -oq posix; then
fi
fi
-export EDITOR=vim
-export VISUAL=vim
+export EDITOR=nvim
+export VISUAL=nvim
export PS1='\[\033[35m\]\u@\h\[\033[37m\]:\[\033[0;34m\]\w\[\033[37m\]$ ' # Shell prompt
alias mv='mv -i'