-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path__init__.sh
More file actions
executable file
·47 lines (41 loc) · 840 Bytes
/
Copy path__init__.sh
File metadata and controls
executable file
·47 lines (41 loc) · 840 Bytes
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
#! /usr/bin/env cat
INIT_SOURCE="$(readlink -f "$BASH_SOURCE")"
__version__=0.8.92
.b () {
source "$INIT_SOURCE"
}
# echo ~/bash tput
. ~/bash/tput.sh
# echo ~/bash aliases
. ~/bash/aliases.sh
# echo ~/bash asserts
. ~/bash/asserts.sh
# echo ~/bash crayons
. ~/bash/crayons.sh
# echo ~/bash functons
. ~/bash/functons.sh
# echo ~/bash github
. ~/bash/github.sh
# echo ~/bash hosts
. ~/bash/hosts.sh
# echo ~/bash history
. ~/bash/history.sh
# echo ~/bash jabnet
. ~/bash/jabnet.sh
# echo ~/bash prompt
. ~/bash/prompt.sh green
# echo ~/bash python
. ~/bash/python.sh
# echo ~/bash rf
# . ~/bash/rf.sh
# echo ~/bash work
. ~/bash/work.sh
# echo ~/bash git
. ~/bash/git/__init__.sh
# echo ~/bash keys
. ~/bash/keys.sh
echo ~/bash keys_read
keys_read
echo ~/.fzf.bash
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
export _BASH_DIR=~/bash