dotfiles/ubuntu/wsl.sh
2020-04-27 14:47:36 +08:00

5 lines
43 B
Bash
Executable File

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