summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-13 20:04:21 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-13 20:04:21 -0700
commita7870c745f9ff4c7f0d1466370c7decbc267a784 (patch)
treea0ff220932b43d7fa6b7763df7cba2463880434c /.profile
parent31f29595c69d6da113025b734e4d580533ec8144 (diff)
Add plugins to nvim, and troubleshoot udiskie
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/.profile b/.profile
index 4a377bd..dd25945 100644
--- a/.profile
+++ b/.profile
@@ -7,8 +7,6 @@ export PATH="$PATH:$(du -L "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/
## Default program.
export EDITOR="nvim"
-export VISUAL="nvim"
-export VISUAL_EDITOR="nvim"
export TERMINAL="alacritty"
export BROWSER="google-chrome-stable"
export READER="zathura"