mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-03 20:18:10 +00:00 
			
		
		
		
	Add pipx completions to zsh if installed
This commit is contained in:
		
							parent
							
								
									7681cba60a
								
							
						
					
					
						commit
						136248d651
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -117,6 +117,13 @@ source $ZSH/oh-my-zsh.sh
 | 
			
		|||
# alias ohmyzsh="mate ~/.oh-my-zsh"
 | 
			
		||||
alias dotdrop='eval $(grep -v "^#" ~/.files/.env.public) ~/.files/dotdrop.sh'
 | 
			
		||||
 | 
			
		||||
# Enable pipx completions
 | 
			
		||||
if [ -f "$HOME/.local/bin/pipx" ]; then
 | 
			
		||||
	autoload -U bashcompinit
 | 
			
		||||
	bashcompinit
 | 
			
		||||
	eval "$(register-python-argcomplete pipx)"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Funktions (or more complex aliasses)
 | 
			
		||||
wttr() {
 | 
			
		||||
    if [ -z "$1" ]; then
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue