]> git.armaanb.net Git - config.org.git/blobdiff - config.org
ash: add pash config
[config.org.git] / config.org
index e7f99aa4be1403db591024bc4b4e27854eced47f..11fbd259af5d89413f1907ae4b96cf11c7f554c7 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))
@@ -363,7 +363,7 @@ Contexts are a not very well known feature of mu4e that makes it super easy to m
   Channel school-channel
   Far :school-remote:
   Near :school-local:
-  Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/All Mail"
+  Patterns * ![Gmail]*
 
   Group school
   Channel school-channel
@@ -950,10 +950,12 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac
   export CDPATH=:~
   export LESSHISTFILE=/dev/null
 
+  export PASH_KEYID=me@armaanb.net
+  export PASH_LENGTH=20
 
-  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"