5 lines
43 B
Bash
Executable File
5 lines
43 B
Bash
Executable File
|
|
if [ -t 1 ]; then
|
|
exec /usr/bin/fish
|
|
fi
|