Created
December 17, 2019 07:09
-
-
Save johtani/e669a78af70fb34728d4d3be72724526 to your computer and use it in GitHub Desktop.
dot_zshrc_20191217
This file contains 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
## For rewrite prezto default settings | |
EDITOR=vim | |
VISUAL=vim | |
### aliases | |
alias ls='ls -aG' | |
alias vscode='open -a ~/Applications/Visual\ Studio\ Code.app ' | |
### For ant | |
export ANT_OPTS=-Dfile.encoding=UTF-8 | |
### For sdkman | |
export SDKMAN_DIR="/Users/johtani/.sdkman" | |
[[ -s "/Users/johtani/.sdkman/bin/sdkman-init.sh" ]] && source "/Users/johtani/.sdkman/bin/sdkman-init.sh" | |
### For JDK | |
alias javac='javac -encoding UTF-8' | |
alias java='java -Dfile.encoding=UTF-8' | |
### For prezto | |
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment