]> git.armaanb.net Git - config.org.git/blobdiff - config.org
zsh: Add crontab-argh alias
[config.org.git] / config.org
index 778765f3ace948cc1a7e27a6f5dcce304a167854..143c26d9483e415a8a3416de6eb21b371a009ae8 100644 (file)
@@ -524,7 +524,7 @@ Use Emacs globally. Use the Emacs daemon and bind a key in your wm to
         (lambda nil
           (propertize (concat
                        "\n" (eshell/pwd) " ➤ ")
-                       'face '(:foreground "cyan")))
+                      'face '(:foreground "cyan")))
         eshell-highlight-prompt nil)
 #+end_src
 * Emacs IDE
@@ -1070,6 +1070,7 @@ I manage plugins using my own plugin manager, ZPE. https://git.sr.ht/~armaan/zpe
   alias tcf='ssh root@204.48.23.68'
   alias ngmun='ssh root@157.245.89.25'
   alias prox='ssh root@192.168.1.224'
+  alias ncq='ssh root@143.198.123.17'
   alias dock='ssh root@192.168.1.225'
   alias jenkins='ssh root@192.168.1.226'
   alias envs='ssh acheam@envs.net'
@@ -1110,6 +1111,7 @@ I manage plugins using my own plugin manager, ZPE. https://git.sr.ht/~armaan/zpe
   alias pkill='pkill -i'
   alias cx='chmod +x'
   alias redoas='doas $(fc -ln -1)'
+  alias crontab='crontab-argh'
   alias sudo='doas ' # allows aliases to be run with doas
 #+end_src
 **** Networking
@@ -1206,7 +1208,8 @@ I manage plugins using my own plugin manager, ZPE. https://git.sr.ht/~armaan/zpe
   export GTK_USE_PORTAL=1
 
   export PATH="/home/armaa/.local/bin:$PATH" # prioritize .local/bin
-  export PATH="$PATH:/home/armaa/Code/scripts"
+  export PATH="/home/armaa/Code/scripts:$PATH" # prioritize my scripts
+  export PATH="/home/armaa/Code/scripts/bin:$PATH" # prioritize my bins
   export PATH="$PATH:/home/armaa/.cargo/bin"
   export PATH="$PATH:/home/armaa/.local/share/gem/ruby/2.7.0/bin"
   export PATH="$PATH:/usr/sbin"