Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opam: fix enableFishIntegration #3597

Merged
merged 1 commit into from
Jan 15, 2023
Merged

Commits on Jan 15, 2023

  1. opam: fix enableFishIntegration

    Fish shell doesn't require arguments to `eval` to be double quoted
    like in a bash shell. At the moment doing so gives us the following
    error:
    
    ~/.config/fish/config.fish (line 12): $(...) is not supported. In fish, please use '(/nix/store/8asq…)'.
    eval "$(/nix/store/8asqgnhs89wzyjvs8p1n5hvxn7lkn9wa-opam-2.1.3/bin/opam env --shell=fish)"
          ^
    from sourcing file ~/.config/fish/config.fish
    	called during startup
    source: Error while reading file “/home/user/.config/fish/config.fish”
    
    This commit fixes the above error.
    bikallem committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    38d2cc6 View commit details
    Browse the repository at this point in the history