Skip to content

Instantly share code, notes, and snippets.

@lovejavaee
Created September 18, 2018 11:24
Show Gist options
  • Save lovejavaee/664361a745acbc8b5720399bf553fca9 to your computer and use it in GitHub Desktop.
Save lovejavaee/664361a745acbc8b5720399bf553fca9 to your computer and use it in GitHub Desktop.
# 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