mirror of
				https://tildegit.org/ben/dotfiles.git
				synced 2025-08-10 05:02:03 +00:00 
			
		
		
		
	fix TZ loading in byobu
This commit is contained in:
		
							parent
							
								
									fe57e6f976
								
							
						
					
					
						commit
						cf222d1738
					
				@ -1,5 +1,3 @@
 | 
			
		||||
status --is-login && status --is-interactive && exec byobu-launcher
 | 
			
		||||
 | 
			
		||||
set -xg EDITOR vim
 | 
			
		||||
set -xg TZ 'America/Detroit'
 | 
			
		||||
 | 
			
		||||
@ -26,6 +24,13 @@ end
 | 
			
		||||
 | 
			
		||||
set -x BBJ_USER $USER
 | 
			
		||||
 | 
			
		||||
# add dotnet completions if needed
 | 
			
		||||
if status --is-interactive && type -q dotnet
 | 
			
		||||
  complete -f -c dotnet -a "(dotnet complete)"
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
# load postexec_insult
 | 
			
		||||
postexec_insult
 | 
			
		||||
 | 
			
		||||
status --is-login && status --is-interactive && exec byobu-launcher
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user