4 lines
88 B
Bash
4 lines
88 B
Bash
# Open Fish when opening in VSCode
|
|
if [ "$TERM_PROGRAM" == "vscode" ]; then
|
|
fish
|
|
fi
|