Created
September 18, 2018 11:24
-
-
Save lovejavaee/664361a745acbc8b5720399bf553fca9 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
# You can put files here to add functionality separated per file, which | |
# will be ignored by git. | |
# Files on the custom/ directory will be automatically loaded by the init | |
# script, in alphabetical order. | |
# For example: add yourself some shortcuts to projects you often work on. | |
# | |
# brainstormr=~/Projects/development/planetargon/brainstormr | |
# cd $brainstormr | |
# | |
alias f='find' | |
alias e='explorer.exe' | |
alias c='cf' | |
alias j='z' | |
alias a='ag' | |
# Export | |
export EDITOR='/usr/bin/vim' | |
# For bindKey | |
bindkey ',' autosuggest-accept | |
# For java | |
#JAVA_HOME='/usr/lib/jvm/java-1.8.0-openjdk-amd64/' | |
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment