Polish zshrc
This commit is contained in:
		
							
								
								
									
										5
									
								
								.zshrc
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								.zshrc
									
									
									
									
									
								
							@@ -2,16 +2,13 @@
 | 
				
			|||||||
HISTFILE=~/.histfile
 | 
					HISTFILE=~/.histfile
 | 
				
			||||||
HISTSIZE=1000
 | 
					HISTSIZE=1000
 | 
				
			||||||
SAVEHIST=1000
 | 
					SAVEHIST=1000
 | 
				
			||||||
setopt appendhistory autocd extendedglob nomatch
 | 
					setopt appendhistory autocd correctall extendedglob nomatch
 | 
				
			||||||
unsetopt beep notify
 | 
					unsetopt beep notify
 | 
				
			||||||
bindkey -v
 | 
					bindkey -v
 | 
				
			||||||
# End of lines configured by zsh-newuser-install
 | 
					 | 
				
			||||||
# The following lines were added by compinstall
 | 
					 | 
				
			||||||
zstyle :compinstall filename '/home/salt/.zshrc'
 | 
					zstyle :compinstall filename '/home/salt/.zshrc'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
autoload -Uz compinit
 | 
					autoload -Uz compinit
 | 
				
			||||||
compinit
 | 
					compinit
 | 
				
			||||||
# End of lines added by compinstall
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Append folders to PATH
 | 
					# Append folders to PATH
 | 
				
			||||||
export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"
 | 
					export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user