Updated all for my Lenovo x201 with i3 WM
This commit is contained in:
parent
0931f9d30b
commit
6a6fd2f2da
50 changed files with 4165 additions and 1 deletions
25
dotfiles/exports
Normal file
25
dotfiles/exports
Normal file
|
@ -0,0 +1,25 @@
|
|||
# PATH
|
||||
export PATH=$PATH:$HOME/Android/Sdk/emulator:$HOME/Bin:$HOME/.local/bin:$HOME/Projects/dbroqua/resizePictures:/snap/bin
|
||||
|
||||
# AWS
|
||||
export AWS_ACCESS_KEY_ID=AKIAIEF2NED5JMNIOFXQ
|
||||
export AWS_SECRET_ACCESS_KEY=7813hcgTI4orTXHZX/q9eEjrMOoCR4Qp3istQUkf
|
||||
|
||||
# Android
|
||||
export ANDROID_HOME=$HOME/Android/Sdk
|
||||
export PATH=$PATH:$ANDROID_HOME/emulator
|
||||
export PATH=$PATH:$ANDROID_HOME/tools
|
||||
export PATH=$PATH:$ANDROID_HOME/tools/bin
|
||||
export PATH=$PATH:$ANDROID_HOME/platform-tools
|
||||
|
||||
# Override
|
||||
export EDITOR='vim'
|
||||
export LESS=-R
|
||||
export LESS_TERMCAP_mb=$'\E[1;31m' # begin bold
|
||||
export LESS_TERMCAP_md=$'\E[1;36m' # begin blink
|
||||
export LESS_TERMCAP_me=$'\E[0m' # reset bold/blink
|
||||
export LESS_TERMCAP_so=$'\E[01;44;33m' # begin reverse video
|
||||
export LESS_TERMCAP_se=$'\E[0m' # reset reverse video
|
||||
export LESS_TERMCAP_us=$'\E[1;32m' # begin underline
|
||||
export LESS_TERMCAP_ue=$'\E[0m' # reset underline
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue