diff options
author | JTaylor <jtaylor@classicalconversations.com> | 2021-02-19 12:14:23 -0500 |
---|---|---|
committer | JTaylor <jtaylor@classicalconversations.com> | 2021-02-19 12:14:23 -0500 |
commit | 8e999dd1fc23077a6cab56ce667c640f4473346b (patch) | |
tree | e1f5693fd113481f907a36212219565179687456 /japh | |
parent | 89608ba38023e7c0318301eaff6bab0b93282394 (diff) |
Diffstat (limited to 'japh')
-rw-r--r-- | japh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |