mirror of
				https://tildegit.org/ben/dotfiles.git
				synced 2025-08-10 05:02:03 +00:00 
			
		
		
		
	update fish functions
This commit is contained in:
		
							parent
							
								
									8408a06469
								
							
						
					
					
						commit
						fead404111
					
				
							
								
								
									
										5
									
								
								fish/.config/fish/functions/gall.fish
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								fish/.config/fish/functions/gall.fish
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					# Defined in /tmp/fish.sXa0jy/gall.fish @ line 2
 | 
				
			||||||
 | 
					function gall
 | 
				
			||||||
 | 
					  find ~/workspace -type d -name .git -print0 \
 | 
				
			||||||
 | 
					  | xargs -0 -n1 -I% git --git-dir=% --work-tree=%/.. $argv
 | 
				
			||||||
 | 
					end
 | 
				
			||||||
@ -1,8 +0,0 @@
 | 
				
			|||||||
# Defined in /tmp/fish.aHcCMP/tht.fish @ line 2
 | 
					 | 
				
			||||||
function tht
 | 
					 | 
				
			||||||
	if test -f ~/.tht/bin/tht.php
 | 
					 | 
				
			||||||
        php ~/.tht/bin/tht.php $argv
 | 
					 | 
				
			||||||
    else
 | 
					 | 
				
			||||||
        echo tht not installed
 | 
					 | 
				
			||||||
    end
 | 
					 | 
				
			||||||
end
 | 
					 | 
				
			||||||
@ -13,6 +13,9 @@
 | 
				
			|||||||
[pull]
 | 
					[pull]
 | 
				
			||||||
	ff = only
 | 
						ff = only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[diff]
 | 
				
			||||||
 | 
					    colorMoved = default
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[diff "gpg"]
 | 
					[diff "gpg"]
 | 
				
			||||||
	textconv = gpg --no-tty --decrypt
 | 
						textconv = gpg --no-tty --decrypt
 | 
				
			||||||
	cachetextconv = false
 | 
						cachetextconv = false
 | 
				
			||||||
@ -35,6 +38,7 @@
 | 
				
			|||||||
	ap = add --patch
 | 
						ap = add --patch
 | 
				
			||||||
	local = log --oneline --no-merges ${1-$(git branch -lvv | perl -ne '/^\\\\*.*\\\\[(.*?)\\\\]/ and print \"$1\\n\"')}..HEAD
 | 
						local = log --oneline --no-merges ${1-$(git branch -lvv | perl -ne '/^\\\\*.*\\\\[(.*?)\\\\]/ and print \"$1\\n\"')}..HEAD
 | 
				
			||||||
	upstream = log --oneline --no-merges HEAD..${1-$(git branch -lvv | perl -ne '/^\\\\*.*\\\\[(.*?)\\\\]/ and print \"$1\\n\"')}
 | 
						upstream = log --oneline --no-merges HEAD..${1-$(git branch -lvv | perl -ne '/^\\\\*.*\\\\[(.*?)\\\\]/ and print \"$1\\n\"')}
 | 
				
			||||||
 | 
						cv = commit --verbose
 | 
				
			||||||
[rerere]
 | 
					[rerere]
 | 
				
			||||||
	enabled = true
 | 
						enabled = true
 | 
				
			||||||
[merge]
 | 
					[merge]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user