mirror of
				https://github.com/nmasur/dotfiles
				synced 2025-11-04 07:03:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			104 B
		
	
	
	
		
			Fish
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			104 B
		
	
	
	
		
			Fish
		
	
	
	
	
	
set current_dir $PWD
 | 
						|
cd $NOTES_PATH
 | 
						|
git pull
 | 
						|
git add -A
 | 
						|
git commit -m autosync
 | 
						|
git push
 | 
						|
cd $current_dir
 |