summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japh1
1 files changed, 1 insertions, 0 deletions
diff --git a/japh b/japh
index 96ae887..b9b8af1 100644
--- a/japh
+++ b/japh
@@ -73,6 +73,7 @@ function japh() {
if [ $status -eq 0 ];
then
cd_$1
+ [ -d .git ] && git status;
else
echo "Command was not found!"
japh_usage