added the i3sleep alias. starts i3lock and puts system to sleep.
This commit is contained in:
		
							parent
							
								
									93cc2c4b0d
								
							
						
					
					
						commit
						903fdb4c7d
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -94,6 +94,8 @@ local LOCAL_ZSHRC=$HOME/.config/zshlocal       # Allow the local machine to have
 | 
				
			||||||
	alias vim="nvim"
 | 
						alias vim="nvim"
 | 
				
			||||||
	alias vimdiff="nvim -d"
 | 
						alias vimdiff="nvim -d"
 | 
				
			||||||
	alias mutt="neomutt"
 | 
						alias mutt="neomutt"
 | 
				
			||||||
 | 
						#i3sleep locks the screen and puts the system to sleep
 | 
				
			||||||
 | 
						alias i3sleep="i3lock && systemctl suspend"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	#alias -g ...='../..'
 | 
						#alias -g ...='../..'
 | 
				
			||||||
	#alias -g ....='../../..'
 | 
						#alias -g ....='../../..'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue