mirror of
				https://github.com/tmux-plugins/tpm.git
				synced 2025-11-04 00:16:05 +00:00 
			
		
		
		
	Remove _CONFIG_LOCATION variable again.
It has been decided that this feature should been removed until it will be requested.
This commit is contained in:
		@@ -20,15 +20,11 @@ _CACHED_TPM_PATH="$(_tpm_path)"
 | 
			
		||||
#
 | 
			
		||||
_get_user_tmux_conf() {
 | 
			
		||||
	# Define the different possible locations.
 | 
			
		||||
	custom_location="$TMUX_PLUGIN_MANAGER_CONFIG_LOCATION"
 | 
			
		||||
	xdg_location="$XDG_CONFIG_HOME/tmux/tmux.conf"
 | 
			
		||||
	default_location="$HOME/.tmux.conf"
 | 
			
		||||
 | 
			
		||||
	# Search for the correct configuration file by priority.
 | 
			
		||||
	if [ -n "$custom_location" ]; then
 | 
			
		||||
		echo "$custom_location"
 | 
			
		||||
 | 
			
		||||
	elif [ -f "$xdg_location" ]; then
 | 
			
		||||
	if [ -f "$xdg_location" ]; then
 | 
			
		||||
		echo "$xdg_location"
 | 
			
		||||
 | 
			
		||||
	else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user