diff --git a/.profile b/.profile index 434b1714..6859fed9 100644 --- a/.profile +++ b/.profile @@ -1,7 +1,7 @@ #!/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="nvim" export TERMINAL="st"