forked from misc/zsh-config
		
	Fixes for zsh running under WSL.
This commit is contained in:
		| @@ -4,3 +4,5 @@ zstyle :compinstall filename '${CONFIG_PATH}/.zshrc' | |||||||
| setopt completealiases | setopt completealiases | ||||||
| setopt correct | setopt correct | ||||||
| setopt interactivecomments | setopt interactivecomments | ||||||
|  | # This should help with WSL. | ||||||
|  | setopt TYPESET_SILENT | ||||||
							
								
								
									
										2
									
								
								zshrc
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								zshrc
									
									
									
									
									
								
							| @@ -27,7 +27,7 @@ fi | |||||||
| source ${CONFIG_PATH}/zsh/lib/logger.lib.sh | source ${CONFIG_PATH}/zsh/lib/logger.lib.sh | ||||||
|  |  | ||||||
| if [ $CONFIG_FOUND -eq 1 ]; then | if [ $CONFIG_FOUND -eq 1 ]; then | ||||||
|     for config_file in `ls ${CONFIG_PATH}/zsh/ | sort | grep zsh`; do |     for config_file in `ls --color=never ${CONFIG_PATH}/zsh/ | sort | grep zsh`; do | ||||||
|         source ${CONFIG_PATH}/zsh/${config_file} |         source ${CONFIG_PATH}/zsh/${config_file} | ||||||
|     done |     done | ||||||
| else | else | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user