dots


commit
4dee8db
parent
0606b46
author
chasinglightning
date
2025-06-10 10:24:00 -0400 EDT
update bashrc snippets pc file from my pc
1 files changed,  +12, -0
M misc/.bashrc-snippets-pc
+12, -0
 1@@ -1,4 +1,16 @@
 2 #!/bin/bash
 3+#
 4+# from my pc
 5+
 6+alias sudo="sudo TERMINFO=\"$TERMINFO\" "
 7+alias pick='pastel pick'
 8+alias fd='fdfind'
 9+
10+if [ -f ~/.privatevars ]; then                                                                               
11+  . ~/.privatevars                                                                                         
12+fi  
13+
14+alias gitall="git remote | xargs -L1 git push --all"
15 
16 cdmess() {
17 	# from this blog post: