will anyone actually notice? let's find out!

This commit is contained in:
Luke Smith
2019-01-13 18:45:33 -05:00
parent d6a70454a2
commit aa29025d2e
2 changed files with 2 additions and 2 deletions

View File

@@ -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"