10 lines
		
	
	
		
			235 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			235 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # zim_info - prints zim and system info
 | |
| #
 | |
| 
 | |
| cd ${ZDOTDIR:-${HOME}}/.zim
 | |
| 
 | |
| print "Zim commit ref:   $(command git rev-parse --short HEAD)"
 | |
| print "Zsh version:      $(command zsh --version)"
 | |
| print "System info:      $(command uname -a)"
 |