dotfiles/win/wsl.sh
2020-11-09 00:26:14 +08:00

5 lines
43 B
Bash

if [ -t 1 ]; then
exec /usr/bin/fish
fi