File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function setShell() {
3030    shellToggle .innerText  =  " sh"  ;
3131  } else  {
3232    shell =  " sh"  ;
33-     code .innerText  +=  " . ${SWIFTLY_HOME_DIR:-~/.local/share/swiftly}/env.sh && \\\n " 
33+     code .innerText  +=  " . \" ${SWIFTLY_HOME_DIR:-~/.local/share/swiftly}/env.sh\"  && \\\n " 
3434    code .innerText  +=  " hash -r" 
3535    shellToggle .innerText  =  " fish"  ;
3636  }
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ function setShell() {
4444    shellToggle .innerText  =  " sh"  ;
4545  } else  {
4646    shell =  " sh"  ;
47-     code .innerText  +=  " . ${SWIFTLY_HOME_DIR:-~/.swiftly}/env.sh && \\\n " 
47+     code .innerText  +=  " . \" ${SWIFTLY_HOME_DIR:-~/.swiftly}/env.sh\"  && \\\n " 
4848    code .innerText  +=  " hash -r" 
4949    shellToggle .innerText  =  " fish"  ;
5050  }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments