Плагин для редактирования истории команд
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
# vim: ft=sh
 | 
					# vim: ft=sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HISTFILE="$ZSH_CACHE_DIR/history"
 | 
					HISTFILE="$ZSH_CACHE_DIR/history"
 | 
				
			||||||
HISTSIZE=100000
 | 
					HISTSIZE=600000
 | 
				
			||||||
SAVEHIST=500000
 | 
					SAVEHIST=500000
 | 
				
			||||||
HISTDUP=erase
 | 
					HISTDUP=erase
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -23,6 +23,8 @@ zinit snippet OMZL::clipboard.zsh
 | 
				
			|||||||
zinit snippet OMZL::key-bindings.zsh
 | 
					zinit snippet OMZL::key-bindings.zsh
 | 
				
			||||||
zinit snippet OMZL::termsupport.zsh
 | 
					zinit snippet OMZL::termsupport.zsh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					zinit light marlonrichert/zsh-hist
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -x /usr/lib/command-not-found ]; then
 | 
					if [ -x /usr/lib/command-not-found ]; then
 | 
				
			||||||
	zinit snippet OMZP::command-not-found
 | 
						zinit snippet OMZP::command-not-found
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user