u
This commit is contained in:
		
							parent
							
								
									8df9bb9365
								
							
						
					
					
						commit
						5c3b4d868c
					
				@ -8,25 +8,25 @@ echo "######## Setting Home ##################"
 | 
				
			|||||||
if [ -e ~/.emacs ]
 | 
					if [ -e ~/.emacs ]
 | 
				
			||||||
then
 | 
					then
 | 
				
			||||||
  mv ~/.emacs ~/.emacs.backup
 | 
					  mv ~/.emacs ~/.emacs.backup
 | 
				
			||||||
if
 | 
					fi
 | 
				
			||||||
ln -s /faronear/lib/sysconfig/.emacs ~/
 | 
					ln -s /faronear/lib/sysconfig/.emacs ~/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -e ~/.emacs.lisp ]
 | 
					if [ -e ~/.emacs.lisp ]
 | 
				
			||||||
then
 | 
					then
 | 
				
			||||||
  mv ~/.emacs.lisp ~/.emacs.lisp.backup
 | 
					  mv ~/.emacs.lisp ~/.emacs.lisp.backup
 | 
				
			||||||
if
 | 
					fi
 | 
				
			||||||
ln -s /faronear/lib/sysconfig/.emacs.lisp ~/
 | 
					ln -s /faronear/lib/sysconfig/.emacs.lisp ~/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -e ~/.bashrc ]
 | 
					if [ -e ~/.bashrc ]
 | 
				
			||||||
then
 | 
					then
 | 
				
			||||||
  mv ~/.bashrc ~/.bashrc.backup
 | 
					  mv ~/.bashrc ~/.bashrc.backup
 | 
				
			||||||
if
 | 
					fi
 | 
				
			||||||
ln -s /faronear/lib/sysconfig/.bashrc ~/
 | 
					ln -s /faronear/lib/sysconfig/.bashrc ~/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -e ~/.bash_profile ]
 | 
					if [ -e ~/.bash_profile ]
 | 
				
			||||||
then
 | 
					then
 | 
				
			||||||
  mv ~/.bash_profile ~/.bash_profile.backup
 | 
					  mv ~/.bash_profile ~/.bash_profile.backup
 | 
				
			||||||
if
 | 
					fi
 | 
				
			||||||
ln -s /faronear/lib/sysconfig/.bash_profile ~/
 | 
					ln -s /faronear/lib/sysconfig/.bash_profile ~/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
. ~/.bashrc
 | 
					. ~/.bashrc
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user