Commit 2d28df687a9540bb0cf1c509c64a7137c5be00cd
1 parent
e3d463f708
Exists in
master
and in
2 other branches
.zshrc IMP
Showing 1 changed file with 5 additions and 6 deletions Side-by-side Diff
templates/zshrc.sh
1 | 1 | #@IgnoreInspection AddShebang |
2 | 2 | |
3 | 3 | export ZCFG=$HOME/.config/zsh-config |
4 | +export ZCFG_SPLIT=1 | |
4 | 5 | |
5 | -# ENVIRONMENT: | |
6 | +# Environment | |
6 | 7 | export GJ_ENV=local_aptproxy |
7 | - | |
8 | 8 | export LANG=en_US.UTF-8 |
9 | - | |
10 | -# Compilation flags | |
11 | 9 | export ARCHFLAGS="-arch x86_64" |
12 | 10 | |
13 | 11 | # User configuration |
... | ... | @@ -15,10 +13,11 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH |
15 | 13 | # export MANPATH="/usr/local/man:$MANPATH" |
16 | 14 | |
17 | 15 | plugins=( |
18 | - #meteor node npm | |
16 | + # meteor | |
17 | + # node npm | |
19 | 18 | ) |
20 | 19 | |
21 | -# Aliases | |
20 | +# Main .zshrc | |
22 | 21 | if [ -f $ZCFG/dotfiles/zshrc.sh ]; then |
23 | 22 | . $ZCFG/dotfiles/zshrc.sh |
24 | 23 | fi |
25 | 24 | \ No newline at end of file |