don't fail if password-store isn't installed
This commit is contained in:
		
							parent
							
								
									d2c3475494
								
							
						
					
					
						commit
						799a23fbf8
					
				
							
								
								
									
										5
									
								
								zshrc
									
									
									
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										5
									
								
								zshrc
									
									
									
									
									
								
							@ -18,7 +18,7 @@ alias gm=gm   # graphicsmagick
 | 
			
		||||
alias l='ls -lha'
 | 
			
		||||
alias ar=ar
 | 
			
		||||
 | 
			
		||||
compdef passc=pass
 | 
			
		||||
which _pass >/dev/null && compdef passc=pass
 | 
			
		||||
 | 
			
		||||
# History
 | 
			
		||||
setopt APPEND_HISTORY SHARE_HISTORY EXTENDED_HISTORY INC_APPEND_HISTORY \
 | 
			
		||||
@ -26,3 +26,6 @@ setopt APPEND_HISTORY SHARE_HISTORY EXTENDED_HISTORY INC_APPEND_HISTORY \
 | 
			
		||||
HISTSIZE=100000
 | 
			
		||||
SAVEHIST=100000
 | 
			
		||||
HISTFILE=~/.zhist
 | 
			
		||||
 | 
			
		||||
# OPAM configuration
 | 
			
		||||
. /home/gebner/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user