You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem specific to csh, the other supported shells have proper handling for adding to precmd. I am open to solutions for csh ! If there are none, we might add a warning for csh users before defining the shell hook...
File
~/.opam/opam-init/env_hook.csh
overwrites precmd alias, disregarding previously set value. Workaround:#alias precmd 'eval `opam env --shell=csh --readonly`'
Doesn't feel like a future-proof solution. Any clues?
The text was updated successfully, but these errors were encountered: