diff --git a/dotprofile.org b/dotprofile.org index d602c37..cd90f88 100644 --- a/dotprofile.org +++ b/dotprofile.org @@ -37,11 +37,6 @@ _host=${_host:=${_uname_n}} #+BEGIN_SRC sh :tangle (when (eq haskell-p t) "tmp/.profile") PATH="${PATH}:${HOME}/.cabal/bin" #+END_SRC -** General -#+BEGIN_SRC sh :tangle "tmp/.profile" -PATH="${PATH}:${HOME}/bin:${HOME}/.local/bin" -export PATH -#+END_SRC * Functions ** General @@ -381,3 +376,9 @@ alias m=mosh #+BEGIN_SRC sh :tangle (when (eq tmux-p t) "tmp/.profile") alias tl='tmux ls' #+END_SRC + +* Final PATH +#+BEGIN_SRC sh :tangle "tmp/.profile" +PATH="${PATH}:${HOME}/bin:${HOME}/.local/bin" +export PATH +#+END_SRC