aboutsummaryrefslogtreecommitdiff
path: root/profile/.bash_profile
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2020-03-10 03:40:27 +0000
committerKumar Damani <damani.kumar@gmail.com>2020-03-10 03:40:27 +0000
commit7a73d436072a322498f3b668a29e8731b0255f35 (patch)
treeaee7f80fbae80c1730fb2919755d0ec89fab017b /profile/.bash_profile
parent63ad7837556192589799261cdccc28ee3002b36e (diff)
added nvim
Diffstat (limited to 'profile/.bash_profile')
-rw-r--r--profile/.bash_profile2
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"