added command not found & fzf default stuff
This commit is contained in:
		
							parent
							
								
									7eb282e1e9
								
							
						
					
					
						commit
						ee7042902f
					
				
							
								
								
									
										13
									
								
								.zshrc
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.zshrc
									
									
									
									
									
								
							@ -16,7 +16,9 @@
 | 
			
		||||
# - zsh-completions
 | 
			
		||||
# - zsh-autosuggestions
 | 
			
		||||
# - nerd-font-hack
 | 
			
		||||
# - lsd
 | 
			
		||||
# - lsd 
 | 
			
		||||
# - fzf
 | 
			
		||||
# - pkgfile
 | 
			
		||||
 | 
			
		||||
export PATH=/$HOME/.local/bin:$PATH
 | 
			
		||||
 | 
			
		||||
@ -72,6 +74,15 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
 | 
			
		||||
# autosugestion
 | 
			
		||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
 | 
			
		||||
 | 
			
		||||
# command not found 
 | 
			
		||||
source /usr/share/doc/pkgfile/command-not-found.zsh
 | 
			
		||||
 | 
			
		||||
# Variables
 | 
			
		||||
 | 
			
		||||
# FZF 
 | 
			
		||||
export FZF_DEFAULT_COMMAND="fd --type file --color=always"
 | 
			
		||||
export FZF_DEFAULT_OPTS="--ansi"
 | 
			
		||||
 | 
			
		||||
# Aliases
 | 
			
		||||
alias vim="nvim"
 | 
			
		||||
alias sudo='sudo '
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user