Files
base
.bin
.config
.vim
.bashrc
.functions
.inputrc
.profile
.vimrc
contrib
desktop-common
desktop-gruvbox
git
hyprland
hyprland-work
mac
sericea
ssh
.gitignore
.gitmodules
README.md
bootleg-stow
mkdirs.sh
set-remote.sh
submodule-checkout-masters-and-update.sh
dotfiles/base/.bashrc
2021-01-19 01:49:20 -06:00

15 lines
201 B
Bash
Executable File

#!/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