Last active
June 25, 2016 07:43
-
-
Save saintplay/21596600faec2230c358fa6fe37e3847 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# ~/.bashrc | |
# | |
# If not running interactively, don't do anything | |
[[ $- != *i* ]] && return | |
alias ls='ls --color=auto' | |
# YAOURT CONFIG | |
export VISUAL="vim" | |
export PAGER="less -R" | |
# POWERLINE CONFIG | |
powerline-daemon -q | |
POWERLINE_BASH_CONTINUATION=1 | |
POWERLINE_BASH_SELECT=1 | |
. /usr/lib/python3.5/site-packages/powerline/bindings/bash/powerline.sh | |
# ANDROID | |
export ANDROID_HOME="/home/djap96/Android/Sdk" | |
export PATH=$PATH:"/home/djap96/Android/Sdk/tools/" | |
export PATH=$PATH:"Android/Sdk/platform-tools/" | |
# NVM CONFIG | |
export NVM_DIR="/home/djap96/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment