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