Skip to content

Commit f9de271

Browse files
Update e
1 parent 7f6adb3 commit f9de271

File tree

1 file changed

+2
-2
lines changed
  • functions

1 file changed

+2
-2
lines changed

functions/e

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
case "$OSTYPE" in
77
darwin*)
88
if [ "$1" = "" ] ; then
9-
open -a 'Visual Studio Code' .
9+
open -a 'Cursor' .
1010
else
11-
open -a 'Visual Studio Code' "$@"
11+
open -a 'Cursor' "$@"
1212
fi
1313
;;
1414

0 commit comments

Comments
 (0)