This repository has been archived on 2022-02-20. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#!/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"
|