12 lines
		
	
	
	
		
			633 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			633 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# macos specific aliases
 | 
						|
if [ "$(uname)" = "Darwin" ]; then
 | 
						|
  alias stoppar='pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
 | 
						|
  alias startpar='open -a Parallels\ Desktop'
 | 
						|
  alias startparra='hc && open -a Parallels\ Desktop'
 | 
						|
  alias stopparra='hc && pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
 | 
						|
 | 
						|
  alias slow='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.4"'
 | 
						|
  alias sdim='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.35"'
 | 
						|
  alias snig='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.3"'
 | 
						|
  alias smax='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=1.0"'
 | 
						|
fi
 |