# Load ~/.profile regardless of shell version [ -e "$HOME"/.profile ] && . "$HOME"/.profile # If POSIXLY_CORRECT is set after doing that, force the `posix` option on and # don't load the rest of this stuff--so, just ~/.profile and ENV if [ -n "$POSIXLY_CORRECT" ] ; then set -o posix return fi # If ~/.bashrc exists, source that too; the tests for both interactivity and # >=2.05a (for features like [[) are in there [ -f "$HOME"/.bashrc ] && . "$HOME"/.bashrc r-light.png' alt='cgit logo'/> index : dotfiles.git
Personal scripts and configuration filesTom Ryder
aboutsummaryrefslogtreecommitdiff
path: root/bin/apf.sh
blob: e11145ffdcc09e68c87e9ab9353d7ea58b245adf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62