move stubs to own location

Tue, 02 May 2023 17:31:49 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 02 May 2023 17:31:49 -0500
changeset 1107
c6d7ac40bd3c
parent 1106
902c7d44ab23
child 1108
8f5cf4eb7f66

move stubs to own location

.bashrc file | annotate | diff | comparison | revisions
.lib/stubs/cpm file | annotate | diff | comparison | revisions
.lib/stubs/fzf file | annotate | diff | comparison | revisions
.lib/stubs/gotags file | annotate | diff | comparison | revisions
.lib/stubs/gum file | annotate | diff | comparison | revisions
.lib/stubs/just file | annotate | diff | comparison | revisions
.lib/stubs/pg_format file | annotate | diff | comparison | revisions
.lib/stubs/pry file | annotate | diff | comparison | revisions
.lib/stubs/rdbg file | annotate | diff | comparison | revisions
.lib/stubs/scdoc file | annotate | diff | comparison | revisions
.lib/stubs/shfmt file | annotate | diff | comparison | revisions
.lib/stubs/stow file | annotate | diff | comparison | revisions
.lib/stubs/tectonic file | annotate | diff | comparison | revisions
.zshenv file | annotate | diff | comparison | revisions
bin/cpm file | annotate | diff | comparison | revisions
bin/fzf file | annotate | diff | comparison | revisions
bin/gotags file | annotate | diff | comparison | revisions
bin/gum file | annotate | diff | comparison | revisions
bin/just file | annotate | diff | comparison | revisions
bin/pg_format file | annotate | diff | comparison | revisions
bin/pry file | annotate | diff | comparison | revisions
bin/rdbg file | annotate | diff | comparison | revisions
bin/scdoc file | annotate | diff | comparison | revisions
bin/shfmt file | annotate | diff | comparison | revisions
bin/stow file | annotate | diff | comparison | revisions
bin/tectonic file | annotate | diff | comparison | revisions
--- a/.bashrc
+++ b/.bashrc
@@ -7,7 +7,7 @@ fi
 
 source ~/.lib/sh/path.bash
 
-for DIR in bin .cargo/bin .local/bin go/bin; do
+for DIR in bin .cargo/bin .local/bin go/bin .lib/stubs; do
   path-prepend "$HOME/$DIR"
 done
 
rename from bin/cpm
rename to .lib/stubs/cpm
rename from bin/fzf
rename to .lib/stubs/fzf
rename from bin/gotags
rename to .lib/stubs/gotags
rename from bin/gum
rename to .lib/stubs/gum
rename from bin/just
rename to .lib/stubs/just
rename from bin/pg_format
rename to .lib/stubs/pg_format
rename from bin/pry
rename to .lib/stubs/pry
rename from bin/rdbg
rename to .lib/stubs/rdbg
rename from bin/scdoc
rename to .lib/stubs/scdoc
rename from bin/shfmt
rename to .lib/stubs/shfmt
rename from bin/stow
rename to .lib/stubs/stow
rename from bin/tectonic
rename to .lib/stubs/tectonic
--- a/.zshenv
+++ b/.zshenv
@@ -1,2 +1,2 @@
 typeset -U path manpath
-path[1,0]=(~/bin ~/.cargo/bin ~/.local/bin ~/go/bin ~/.nimble/bin)
+path[1,0]=(~/.lib/stubs ~/bin ~/.cargo/bin ~/.local/bin ~/go/bin ~/.nimble/bin)

mercurial