diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-02 18:08:25 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-02 18:08:25 +0200 |
commit | f03f451db3e4ae51f4db1c9aaae8588fb3406a01 (patch) | |
tree | 4d0f5ea69f25846e28900f8dc39d6a5ff558a747 /.bashrc | |
parent | 364ffe228d9682e29d60a7e4dcae3e51441d6143 (diff) |
cleanup up vimrc
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |