mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 07:29:09 +00:00 
			
		
		
		
	general: Correct typo in installation instructions
Resolves “zsh: bad substitution”
This commit is contained in:
		
				
					committed by
					
						
						Kaleb Elwert
					
				
			
			
				
	
			
			
			
						parent
						
							166cbe2fca
						
					
				
				
					commit
					7f8b9b829a
				
			@@ -35,7 +35,7 @@ version is **4.3.11**.
 | 
			
		||||
        git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-${XDG_CONFIG_HOME:-$HOME/.config}/zsh}/.zprezto"
 | 
			
		||||
        ```
 | 
			
		||||
 | 
			
		||||
      - Configure `$XDG_CONFIG_HOME` and `$ZDOTDIR` in _`${$HOME}/.zshenv`_:
 | 
			
		||||
      - Configure `$XDG_CONFIG_HOME` and `$ZDOTDIR` in _`$HOME/.zshenv`_:
 | 
			
		||||
 | 
			
		||||
        ```sh
 | 
			
		||||
        export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:=$HOME/.config}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user