Skip to content

Instantly share code, notes, and snippets.

@ryotako
Created September 1, 2016 23:08
Show Gist options
  • Save ryotako/0b585ede20f6f098bd24f10a591ca56b to your computer and use it in GitHub Desktop.
Save ryotako/0b585ede20f6f098bd24f10a591ca56b to your computer and use it in GitHub Desktop.
Prezto関連の設定
# Source Prezto. {{{1
# if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
# source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
# fi
# alias prezto_update="cd ${ZDOTDIR:-$HOME}/.zprezto/ \
# && git pull && git submodule update --init --recursive"
# function prezto_moduleinfo(){
# module=$(ls "${ZDOTDIR:-$HOME}/.zprezto/modules/" | grep -v 'README' | peco)
# vim -R "${ZDOTDIR:-$HOME}/.zprezto/modules/$module/README.md"
# }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment