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
le git-prompt to post-checkoutH. P. 2024-07-144-6/+14 * | ...H. P. 2024-07-141-1/+1 * | here goes another attemptH. P. 2024-07-142-1/+29 * | specify branch of submoduleH. P. 2024-07-141-0/+1 * | Merge between two machines (again)H. P. 2024-07-141-6/+11 |\ \ | * \ Merge between two pulls and machinesH. P. 2024-07-142-0/+3 | |\ \ | * | | +weird sha1collisiondetection submodule in READMEH. P. 2024-07-141-6/+11 * | | | reintroducing main submodule shllow/sparse configH. P. 2024-07-141-0/+2 | |/ / |/| | * | | working commit for submoduleH. P. 2024-07-142-0/+3 |/ / * | revampH. P. 2024-07-142-5/+0 * | fix: submodule info of git-prompt was garbageH. P. 2024-07-141-1/+3 * | inclusion of git promptH. P. 2024-07-145-1/+24 * | integrate go binaries in $HOME into PATHH. P. 2024-07-141-1/+1 * | Updated submodulesH. P. 2024-05-262-0/+0 * | + flake8's cognitive complexityH. P. 2024-05-261-0/+2 * | include tofu in gpg trust modelH. P. 2024-05-251-0/+1 * | fwiw, return to whitespaces. more bytes, but more interoperability.H. P. 2024-05-251-1/+1 * | only use the control master if desired. causes more fuss than solutions on da...H. P. 2024-05-251-2/+2 * | + credential helper, + memory windowH. P. 2024-05-251-0/+6 |/ * more git aliasesv1.1.0