This commit is contained in:
2021-01-19 01:49:20 -06:00
parent fe5fb11174
commit 1795eb9967
10 changed files with 824 additions and 0 deletions

14
base/.bashrc Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# Source .profile
if [ -r ~/.profile ]; then
# shellcheck disable=1090
source ~/.profile
fi