In my specific scenario, I am using fish
but installed by the Nix package manager on macOS.
The following configuration resides in my user settings JSON file.
{ | |
"terminal.integrated.profiles.osx": { | |
"bash": { | |
"path": [ | |
"/Users/tcarrio/.nix-profile/bin/fish", | |
"fish", | |
], | |
"icon": "terminal-bash", | |
}, | |
}, | |
"terminal.integrated.defaultProfile.osx": "fish", | |
} |