Skip to content

Commit

Permalink
update zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
nio-p committed May 4, 2019
1 parent e6bfac2 commit a7d79cd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,21 @@ ZSH_THEME="avit"
plugins=(git)

source $ZSH/oh-my-zsh.sh

eval "$(rbenv init -)"

setopt no_beep

alias gs='git status'
alias gb='git branch'
alias gf='git fetch'
alias gfp='git fetch -p'
alias gd='git diff'

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

[[ -e ~/.phpbrew/bashrc ]] && source ~/.phpbrew/bashrc

export LANG="ja_JP.UTF-8"

0 comments on commit a7d79cd

Please sign in to comment.