Skip to content

Instantly share code, notes, and snippets.

@valosekj
Last active January 4, 2025 00:02
Show Gist options
  • Save valosekj/601f2665602c43b378894e18d00b3ce1 to your computer and use it in GitHub Desktop.
Save valosekj/601f2665602c43b378894e18d00b3ce1 to your computer and use it in GitHub Desktop.
My zsh configuration and tips
@burkotOndrej
Copy link

Path for FSL does not work in some cases. While using this specification of FSL path, I was not able to run FSLeyes (app crashed due to some errors). I replaced this part of code (lines 168-170) as follows:

source fsl-activator 6.0.5

Now I'm able to run FSL wtihouth any errors.

@valosekj
Copy link
Author

valosekj commented Nov 8, 2022

Regarding the .nanorc, the following "single-line" solution might be working as well:

echo 'include "/usr/local/share/nano/*.nanorc"' >> ~/.nanorc

source

@valosekj
Copy link
Author

valosekj commented Nov 8, 2022

Path for FSL does not work in some cases. While using this specification of FSL path, I was not able to run FSLeyes (app crashed due to some errors). I replaced this part of code (lines 168-170) as follows:

source fsl-activator 6.0.5

Now I'm able to run FSL without any errors.

Yeah, you are right, on some machines, /usr/local/fsl/ points to an older version of FSL (5.0.9 or 5.0.10) with nonworking FSLeyes. The workaround with fsl-activator is correct.

@valosekj
Copy link
Author

Regarding the .nanorc, the following "single-line" solution might be working as well:

echo 'include "/usr/local/share/nano/*.nanorc"' >> ~/.nanorc

source

Okay, this seems not to be working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment