-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bash_profile
46 lines (40 loc) · 1.43 KB
/
.bash_profile
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
#!/usr/bin/env sh
export LANG='en_US.UTF-8'
export SHARILS_HOME=~/git/github.com/sharils/home
. $SHARILS_HOME/shell_plugins/brew.sh
. $SHARILS_HOME/shell_plugins/asdf.sh
. $SHARILS_HOME/shell_plugins/bat.sh
. $SHARILS_HOME/shell_plugins/direnv.sh
. $SHARILS_HOME/shell_plugins/fzf.sh
. $SHARILS_HOME/shell_plugins/gpg.sh
. $SHARILS_HOME/shell_plugins/iterm2.sh
. $SHARILS_HOME/shell_plugins/starship.sh
. $SHARILS_HOME/shell_plugins/todo.sh.sh
. $SHARILS_HOME/shell_plugins/zoxide.sh
. $SHARILS_HOME/shell_plugins/alias.sh
. $SHARILS_HOME/shell_plugins/export.sh
. $SHARILS_HOME/shell_plugins/gitignore.sh
. $SHARILS_HOME/shell_plugins/history.sh
. $SHARILS_HOME/shell_plugins/nx.sh
. $SHARILS_HOME/shell_plugins/wb.sh
. $SHARILS_HOME/shell_plugins/a.sh
. $SHARILS_HOME/shell_plugins/b.sh
. $SHARILS_HOME/shell_plugins/c.sh
. $SHARILS_HOME/shell_plugins/d.sh
. $SHARILS_HOME/shell_plugins/e.sh
. $SHARILS_HOME/shell_plugins/f.sh
. $SHARILS_HOME/shell_plugins/g.sh
. $SHARILS_HOME/shell_plugins/k.sh
. $SHARILS_HOME/shell_plugins/h.sh
. $SHARILS_HOME/shell_plugins/l.sh
. $SHARILS_HOME/shell_plugins/m.sh
. $SHARILS_HOME/shell_plugins/n.sh
. $SHARILS_HOME/shell_plugins/p.sh
. $SHARILS_HOME/shell_plugins/r.sh
. $SHARILS_HOME/shell_plugins/s.sh
. $SHARILS_HOME/shell_plugins/t.sh
. $SHARILS_HOME/shell_plugins/u.sh
. $SHARILS_HOME/shell_plugins/v.sh
. $SHARILS_HOME/shell_plugins/w.sh
. $SHARILS_HOME/shell_plugins/x.sh
. $SHARILS_HOME/shell_plugins/z.sh