summaryrefslogtreecommitdiffstats
path: root/build-repo
blob: 8dc08a767a2f4c709ecebbdcd5b8e3330667aaed (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
file$ ]]; then
  # Being sourced, continue as-is
else
  # Spawn a zsh session
  exec zsh
fi