-
Notifications
You must be signed in to change notification settings - Fork 27
/
bashrc
26 lines (23 loc) · 967 Bytes
/
bashrc
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
#!/usr/bin/env bash
# Notes: ---------------------------------------------------------------------------
#
# When you start an interactive shell (log in, open terminal or iTerm in OS X,
# create a new tab in iTerm) the following files are read and run, in this order:
# * profile
# * bashrc
# * .bash_profile
# * .bashrc (only because this file is run (sourced) in .bash_profile)
#
# When an interactive shell, that is not a login shell, is started
# (when you run "bash" from inside a shell, or when you start a shell in
# xwindows [xterm/gnome-terminal/etc] ) the following files are read and executed,
# in this order:
# * bashrc
# * .bashrc
#
# ----------------------------------------------------------------------------------
source ~/.bash_profile
# NOTE: short circuit tabtab completion auto installation
# tabtab source for serverless package
# tabtab source for slss package
# tabtab source for electron-forge package