diff --git a/dot_config/zsh/private_dot_zshrc.tmpl b/dot_config/zsh/private_dot_zshrc.tmpl index 52786a7d952a033857c0f3a9aea5a1eb04cec4a8..e3fe1f63a330c7e17ee7b0e4efb61e3f52dbf0f9 100644 --- a/dot_config/zsh/private_dot_zshrc.tmpl +++ b/dot_config/zsh/private_dot_zshrc.tmpl @@ -23,7 +23,7 @@ zstyle ':zim:zmodule' use 'degit' # Set a custom prefix for the generated aliases. The default prefix is 'G'. #zstyle ':zim:git' aliases-prefix 'g' # Append `../` to your input for each `.` you type after an initial `..` -zstyle ':zim:input' double-dot-expand yes +zstyle ':zim:input' double-dot-expand no # Set a custom terminal title format using prompt expansion escape sequences. # See http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Simple-Prompt-Escapes # If none is provided, the default '%n@%m: %~' is used.