Skip to content

Commit a997ac7

Browse files
Fixed the Djafar case
1 parent 0bb3214 commit a997ac7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

linuxmac.zsh

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
if [ "$USER:l" = *djafar* ]; then
2-
echo "Hi Djafar"
3-
fi
1+
case "$USER:l" in
2+
*"djafar"*)
3+
echo "Hi Djafar" ;;*)
4+
esac
45
# Hi Djafar.
56

67

0 commit comments

Comments
 (0)