summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-01-13 18:45:33 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-01-13 18:45:33 -0500
commitaa29025d2e65e36269a8c3765713f9413380ef2f (patch)
treeb511a2bca4eaaceda55e35927936c9c0c0b3aa0e
parentd6a70454a2b1277567387dcc5ff10518ca5b7935 (diff)
downloadeibhear-aa29025d2e65e36269a8c3765713f9413380ef2f.tar.gz
eibhear-aa29025d2e65e36269a8c3765713f9413380ef2f.tar.zst
eibhear-aa29025d2e65e36269a8c3765713f9413380ef2f.zip
will anyone actually notice? let's find out!
-rw-r--r--.bashrc2
-rw-r--r--.profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 09bdfa5..366bc56 100644
--- a/.bashrc
+++ b/.bashrc
@@ -16,7 +16,7 @@ alias gua="git remote | xargs -L1 git push --all"
alias e="$EDITOR"
alias p="sudo pacman"
alias SS="sudo systemctl"
-alias v="vim"
+alias v="$EDITOR"
alias f="vifm"
alias r="ranger"
alias sr="sudo ranger"
diff --git a/.profile b/.profile
index e10d661..838c9f0 100644
--- a/.profile
+++ b/.profile
@@ -3,7 +3,7 @@
# Adds `~/.scripts` and all subdirectories to $PATH
export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':')"
-export EDITOR="vim"
+export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="firefox"
export READER="zathura"