Add base
This commit is contained in:
14
base/.bashrc
Executable file
14
base/.bashrc
Executable 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
|
||||
|
Reference in New Issue
Block a user