Permalink
Cannot retrieve contributors at this time
13 lines (8 sloc)
308 Bytes
|
# To quickly benchmark bash startup time, run `time bash -i -c true`. |
|
|
|
# optimization: cache current uname |
|
tk__uname=$(uname) |
|
|
|
source ~/.bashrc.support |
|
source ~/.bashrc.common |
|
|
|
[[ -r ~/.bashrc.host ]] && source ~/.bashrc.host |
|
|
|
[[ -n $PS1 ]] && source ~/.bashrc.ps1 |
|
|
|
true # ensure last command is successful |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.