keep shell stuff in one place, distinguish by ext

Sun, 09 Jan 2022 15:17:13 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 09 Jan 2022 15:17:13 -0500
changeset 968
0db164e368c5
parent 967
9314317ed18f
child 969
28111ba4e573

keep shell stuff in one place, distinguish by ext

.bashrc file | annotate | diff | comparison | revisions
.lib/bash/path.sh file | annotate | diff | comparison | revisions
.lib/sh/path.bash file | annotate | diff | comparison | revisions
--- a/.bashrc
+++ b/.bashrc
@@ -5,7 +5,7 @@ if [ -f ~/.bashrc.dist ]; then
   source ~/.bashrc.dist
 fi
 
-source ~/.lib/bash/path.sh
+source ~/.lib/sh/path.bash
 
 for DIR in bin .cargo/bin .local/bin go/bin; do
   path-prepend "$HOME/$DIR"
rename from .lib/bash/path.sh
rename to .lib/sh/path.bash

mercurial