confOS/dotfiles/.bashrc

5 lines
88 B
Bash
Raw Normal View History

2023-04-04 08:44:57 +02:00
# Open Fish when opening in VSCode
if [ "$TERM_PROGRAM" == "vscode" ]; then
fish
fi