4 lines
92 B
Text
4 lines
92 B
Text
|
#!/bin/sh
|
||
|
|
||
|
git rev-parse --show-toplevel >/dev/null 2>&1 && prompt gitlong || prompt normal
|