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