mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			222 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			222 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
## smart urls
 | 
						|
autoload -U url-quote-magic
 | 
						|
zle -N self-insert url-quote-magic
 | 
						|
 | 
						|
## file rename magick
 | 
						|
bindkey "^[m" copy-prev-shell-word
 | 
						|
 | 
						|
## jobs
 | 
						|
setopt long_list_jobs
 | 
						|
 | 
						|
## pager
 | 
						|
export PAGER=less
 | 
						|
export LC_CTYPE=en_US.UTF-8
 |