git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_profile
blob: 126f88048382ec80a3cb892840ea393bb7eec501 (plain)
1
2
3
4
5
6
7
8
9
10
11
# .bash_profile

# Set umask to something world-unreadable in any case
umask 027

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs
3ccfaf2e3ddc6d39b6b62da3e636b31'>accidentH. P. 2024-07-141-1/+1 * | preparation for submodule-less checkoutH. P. 2024-07-143-12/+23 * | +pre-commitH. P. 2024-07-141-0/+4 * | add git-prompt to ignore listH. P. 2024-07-141-1/+1 * | remove from cacheH. P. 2024-07-141-0/+0 * | move submodule git-prompt to post-checkoutH. P. 2024-07-144-6/+14 * | ...H. P. 2024-07-141-1/+1 * | here goes another attempt