-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspread
47 lines (33 loc) · 877 Bytes
/
spread
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
#!/bin/bash
# Load all dotfiles
# If not running interactively, don't do anything
[[ $- == *i* ]] || return
#zsh - ${(%):-%N}
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export PATH=/usr/local/bin:$PATH
export DOTFILES=$DIR
#source "$DIR/bash_profile"
source "$DIR/exports"
source "$DIR/options"
source "$DIR/aliases"
source "$DIR/cheatsheets"
## curl swag
if hash _curlswag.sh 2>/dev/null; then
source "_curlswag.sh"
fi
if hash brew 2> /dev/null; then
source "$DIR/complete"
source "$DIR/functions"
source "$DIR/../priv8dotfiles/.keys"
source "$DIR/../priv8dotfiles/.totvsfunctions"
source "$DIR/../priv8dotfiles/.priv8functions"
# echo '~~ got r00t? ;-)'
else
echo "Brew not installed. Ignoring a few sources."
fi
# MASM
export WINEPREFIX=~/wine-masm
export WINE_MASM_DIR=~/wine-masm
#if hash archey 2> /dev/null; then
#archey
#fi