Skip to content

Instantly share code, notes, and snippets.

@lloiacono
Created April 15, 2016 07:36
Show Gist options
  • Save lloiacono/2266a31173182c814caa481e12859a51 to your computer and use it in GitHub Desktop.
Save lloiacono/2266a31173182c814caa481e12859a51 to your computer and use it in GitHub Desktop.
Additions to yadr for .. tab completion and last parameter
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
zstyle ':completion:*' special-dirs true
bindkey '\e.' insert-last-word
for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment