mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-10-30 15:59:09 +00:00 
			
		
		
		
	[Fix #303] Remove extra '/' in sorin theme
This commit is contained in:
		| @@ -18,7 +18,7 @@ function prompt_sorin_pwd { | |||||||
|     _prompt_sorin_pwd="$MATCH" |     _prompt_sorin_pwd="$MATCH" | ||||||
|     unset MATCH |     unset MATCH | ||||||
|   else |   else | ||||||
|     _prompt_sorin_pwd="${${(@j:/:M)${(@s:/:)pwd}##.#?}:h}/${pwd:t}" |     _prompt_sorin_pwd="${${${(@j:/:M)${(@s:/:)pwd}##.#?}:h}%/}/${pwd:t}" | ||||||
|   fi |   fi | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user