Created
April 15, 2016 07:36
-
-
Save lloiacono/2266a31173182c814caa481e12859a51 to your computer and use it in GitHub Desktop.
Additions to yadr for .. tab completion and last parameter
This file contains hidden or 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
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