install.fairie/dotfiles/.bash_profile
2022-10-28 21:44:41 +00:00

16 lines
261 B
Bash

#!/usr/bin/env bash
# Prefer US English
export LANG="en_US"
chmod +x ~/.local/bin/*
if [ -e install-terminal-theme ]; then
install-terminal-theme > /dev/null
fi
if [ -e dotfile-system-prune ]; then
dotfile-system-prune > /dev/null
fi
. "$HOME/.bashrc"