diff --git a/.profile b/.profile index 0342104..5365c24 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,5 @@ export ENV=~/.kshrc export EDITOR="emacsclient -c" -export MANPATH="$(man -w)":"$HOME"/.nix-profile/share/man -export PATH="$PATH":"$HOME"/.local/bin export TERMINAL=foot +export PATH="$PATH":"$HOME"/.local/bin +export MANPATH="$(man -w)":"$HOME"/.nix-profile/share/man