mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Change the default for the default-path option to ~. This is a quick
change to turn off the KERN_PROC_CWD code which is unpredictable. Later it will go away and there may be other changes to how this works.
This commit is contained in:
		@@ -128,7 +128,7 @@ const struct options_table_entry session_options_table[] = {
 | 
			
		||||
 | 
			
		||||
	{ .name = "default-path",
 | 
			
		||||
	  .type = OPTIONS_TABLE_STRING,
 | 
			
		||||
	  .default_str = ""
 | 
			
		||||
	  .default_str = "~"
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "default-shell",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user