# HG changeset patch # User Meredith Howard # Date 1641759433 18000 # Node ID 0db164e368c5e04862b958db69c92bf0fb1aaa19 # Parent 9314317ed18f6922325e06b7f946d66158ea2fd9 keep shell stuff in one place, distinguish by ext diff --git a/.bashrc b/.bashrc --- 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" diff --git a/.lib/bash/path.sh b/.lib/sh/path.bash rename from .lib/bash/path.sh rename to .lib/sh/path.bash