]> git.armaanb.net Git - config.org.git/blobdiff - config.org
ash: update PATH exports
[config.org.git] / config.org
index 61ce1c8fcb19e60708402b8f16d343d0cffd88d2..7c92622f4dc1c814522ccb02a185d4d534805a74 100644 (file)
@@ -123,7 +123,7 @@ Highlight whitespace and other bad text practices.
     (add-hook hook (lambda () (whitespace-mode 1))))
 #+end_src
 ** Highlight todo items in comments
-+begin_src emacs-lisp
+#+begin_src emacs-lisp
   (use-package hl-todo
     :straight (hl-todo :type git :host github :repo "tarsius/hl-todo")
     :config (global-hl-todo-mode 1))
@@ -951,9 +951,9 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
   export LESSHISTFILE=/dev/null
 
 
-  export PATH="/home/armaa/.local/bin:$PATH" # prioritize .local/bin
-  export PATH="/home/armaa/src/bin:$PATH" # prioritize my bin
-  export PATH="//home/armaa/src/bin/bin:$PATH" # prioritize my bins
+  export PATH="/home/armaa/src/bin:$PATH"
+  export PATH="/home/armaa/src/bin/bin:$PATH"
+  export PATH="/home/armaa/.local/bin:$PATH"
   export PATH="$PATH:/usr/sbin"
 
   export LC_ALL="en_US.UTF-8"