-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv
More file actions
executable file
·26 lines (21 loc) · 765 Bytes
/
env
File metadata and controls
executable file
·26 lines (21 loc) · 765 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
export MY_NAME='John Dyer'
export MY_EMAIL='lbrapid@gmail.com'
export MY_GITHUB_LOGIN='LBRapid'
export MY_ORG='CustomInk'
export PATH=~/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/usr/local/share/npm/bin
export EDITOR='nvim'
export PAGER='less'
export CLICOLOR=1
export NODE_PATH='/usr/local/lib/node_modules'
export NODE_PATH=$NODE_PATH:/usr/local/share/npm/lib/node_modules
export LESS='-eirMX'
export CFLAGS='-O3'
export CXXFLAGS=$CFLAGS
export RUBY_GC_MALLOC_LIMIT=1000000000
export RUBY_GC_HEAP_FREE_SLOTS=500000
export RUBY_GC_HEAP_INIT_SLOTS=40000
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
export ENDPOINT_KEY=6a204bd89f3c8348afd5c77c717a097a
export HISTSIZE=1000
export HISTFILE=$HOME/.history
export SAVEHIST=$HISTSIZE