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

Integrated Terminal - Added support Fish Shell #1908

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. Integrated Terminal - Added support Fish Shell

    Add the fish shell to the enums and reading the config.fish only at
    present.
    nis-ship-it committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    aa522af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d29c28 View commit details
    Browse the repository at this point in the history
  3. Integrated Terminal - Fix - Fish shell default path

    Thought installing fish through homebrew would install under /bin/ path
    but that's not the case. Add few UI changes to select and test out the
    shell though not working at the moment.
    nis-ship-it committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7d46469 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Integrated Terminal - Fix - Added the script file

    Added the shell script to locate the fish config and use it. Had forgot
    about it intially, on how we can locate the original fish shell config.
    nis-ship-it committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    736f11a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9a6cf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Integrated Terminal - Fix on getting default fish shell path

    At this stage, we're basically running a process that calls zsh shell to
    run which fish and get the path.
    nis-ship-it committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    220198b View commit details
    Browse the repository at this point in the history