[zsh] Remove all the shell-log calls because they are slow af
This commit is contained in:
		
							parent
							
								
									b1ab4a0446
								
							
						
					
					
						commit
						3536a9d9c2
					
				
					 14 changed files with 0 additions and 32 deletions
				
			
		| 
						 | 
				
			
			@ -3,8 +3,6 @@
 | 
			
		|||
 | 
			
		||||
function init_rc_configure_zle
 | 
			
		||||
{
 | 
			
		||||
    shell-log 'Configuring ZLE'
 | 
			
		||||
 | 
			
		||||
    local mode=$1
 | 
			
		||||
    if [[ -z "$mode" ]]; then
 | 
			
		||||
        mode=emacs
 | 
			
		||||
| 
						 | 
				
			
			@ -13,7 +11,6 @@ function init_rc_configure_zle
 | 
			
		|||
    function configure_zle_emacs { }
 | 
			
		||||
    function configure_zle_vim { }
 | 
			
		||||
 | 
			
		||||
    shell-log -l debug "Using $mode command line editing mode"
 | 
			
		||||
    if [[ $mode == 'vim' ]]; then
 | 
			
		||||
        bindkey -v
 | 
			
		||||
        configure_zle_vim
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue