| 
									
										
										
										
											2024-06-30 14:22:55 +01:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2024-08-21 01:12:22 +01:00
										 |  |  |   "$" = ""; | 
					
						
							| 
									
										
										
										
											2024-06-30 14:22:55 +01:00
										 |  |  |   "-" = "cd -"; | 
					
						
							|  |  |  |   ".." = "cd .."; | 
					
						
							|  |  |  |   "..." = "cd ../.."; | 
					
						
							|  |  |  |   "...." = "cd ../../.."; | 
					
						
							|  |  |  |   "....." = "cd ../../../.."; | 
					
						
							|  |  |  |   cat = "bat"; | 
					
						
							|  |  |  |   s = "secrets"; | 
					
						
							|  |  |  |   secrets = ''doppler --project "$(whoami)" run''; | 
					
						
							|  |  |  |   tag = "tag-release"; | 
					
						
							| 
									
										
										
										
											2024-11-22 01:20:30 +00:00
										 |  |  |   vss = "LC_ALL=C sort --unique $REPOS/dotfiles/nvim/spell/en.utf-8.add --output $REPOS/dotfiles/nvim/spell/en.utf-8.add"; | 
					
						
							| 
									
										
										
										
											2024-08-21 01:12:22 +01:00
										 |  |  |   wt = "git worktree"; | 
					
						
							| 
									
										
										
										
											2024-06-30 14:22:55 +01:00
										 |  |  | } |