disable ... expansion

Amolith created

Change summary

dot_config/zsh/private_dot_zshrc.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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.