change standard editor to nvim

master
tiynger 5 years ago
parent cbbb12a681
commit 04858b4e5b

@ -1,9 +1,9 @@
#!/bin/sh
# Profile file. Runs on login.
# Adds `~/.scripts` and all subdirectories to $PATH
# Adds `~/.local/bin` and all subdirectories to $PATH
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
export EDITOR="vim"
export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="vivaldi-stable"
export READER="zathura"

Loading…
Cancel
Save