This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
bash-shell-base/setup/user/.bashrc

8 lines
231 B
Bash

#!/bin/bash
# echo "$USER .bashrc"
# processing user's shell repo if base was loaded
[[ $BASH_SHELL_BASE_LOADED = true ]] && \
BASH_SHELL_USER=${BASH_SHELL_USER:-"bash/shell"} && \
shell_process_directory "$HOME/$BASH_SHELL_USER"