Blame view
templates/zshrc.sh
413 Bytes
|
9f172c720
|
1 |
#@IgnoreInspection AddShebang |
|
c73235dd2
|
2 |
|
|
1e57f178b
|
3 |
export ZCFG=$HOME/.config/zsh-config |
|
2d28df687
|
4 |
export ZCFG_SPLIT=1 |
|
1e57f178b
|
5 |
|
|
2d28df687
|
6 |
# Environment |
|
c12c31621
|
7 |
export GJ_ENV=local_aptproxy |
|
f7f123531
|
8 |
export LANG=en_US.UTF-8 |
|
f7f123531
|
9 |
export ARCHFLAGS="-arch x86_64" |
|
8abd22b22
|
10 |
# User configuration |
|
9e08f2376
|
11 |
#export PATH=$HOME/bin:/usr/local/bin:$PATH |
|
6e25b8460
|
12 |
|
|
c73235dd2
|
13 |
plugins=( |
|
9e08f2376
|
14 15 16 17 18 |
git # --- # meteor # node npm # docker |
|
c73235dd2
|
19 |
) |
|
8abd22b22
|
20 |
|
|
2d28df687
|
21 |
# Main .zshrc |
|
c73235dd2
|
22 23 |
if [ -f $ZCFG/dotfiles/zshrc.sh ]; then
. $ZCFG/dotfiles/zshrc.sh
|
|
9e08f2376
|
24 |
fi |