fix symlink destinations
This commit is contained in:
		
							parent
							
								
									fe96310282
								
							
						
					
					
						commit
						0c13e4bf47
					
				| 
						 | 
					@ -8,5 +8,5 @@ if [ -e "$HOME/.tmux.conf" ] ; then
 | 
				
			||||||
	mv "$HOME/.tmux.conf" "$HOME/.tmux.conf-original"
 | 
						mv "$HOME/.tmux.conf" "$HOME/.tmux.conf-original"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ln -s "$HOME/.config/tmux" .tmux
 | 
					ln -s "$HOME/.config/tmux" "$HOME/.tmux"
 | 
				
			||||||
ln -s "$HOME/.config/tmux/tmux.conf" .tmux.conf
 | 
					ln -s "$HOME/.config/tmux/tmux.conf" "$HOME/.tmux.conf"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue