diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2020-03-10 03:40:27 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2020-03-10 03:40:27 +0000 |
| commit | 7a73d436072a322498f3b668a29e8731b0255f35 (patch) | |
| tree | aee7f80fbae80c1730fb2919755d0ec89fab017b /profile/.bash_profile | |
| parent | 63ad7837556192589799261cdccc28ee3002b36e (diff) | |
added nvim
Diffstat (limited to 'profile/.bash_profile')
| -rw-r--r-- | profile/.bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/.bash_profile b/profile/.bash_profile index 863566c..8d4eb4c 100644 --- a/profile/.bash_profile +++ b/profile/.bash_profile @@ -13,7 +13,7 @@ export PATH=$PATH:$HOME/.config/Scripts export XDG_CONFIG_HOME="$HOME/.config" export BROWSER="firefox" -export EDITOR="vim" +export EDITOR="nvim" export TERMINAL="st" export READER="zathura" export QT_QPA_PLATFORMTHEME="qt5ct" |
