-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexports
More file actions
26 lines (19 loc) · 722 Bytes
/
exports
File metadata and controls
26 lines (19 loc) · 722 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
# 17/10/10 09:35:38
#Vaibhav Agarwal <vaisci310@gmail.com>
export PATH=$HOME/scripts:$HOME/.local/bin:/usr/local/bin:$PATH
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
export EDITOR='vim' ALTERNATE_EDITOR='gvim' VISUAL='gvim'
# Bash History
export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
export HISTCONTROL=ignoreboth
export HISTIGNORE='&:clear:ls:cd:[bf]g:exit:[ t\]*'
# Bitbake Env settings
#export BBPATH=/stuff/maemo-angstrom:/stuff/build:/stuff/openembedded
#export PATH=/stuff/bitbake/bin:$PATH
# Proxy settings
#export http_proxy='127.0.0.1:5050'
#export https_proxy='127.0.0.1:5050'
#export ftp_proxy='127.0.0.1:5050'
export http_proxy=
export https_proxy=
export ftp_proxy=