diff --git a/.profile b/.profile index 734f6ac..45cc331 100644 --- a/.profile +++ b/.profile @@ -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"