If you want to change the cursor type of Mac Terminal (Zsh Shell by Default of macOS Big Sur), you can do that by following the below steps,
- Open Terminal Application, you can do that by tying Terminal in Spotlight search, or by going to \Applications and clicking on Terminal App icon,
- Now click on the Terminal Menu option and select Preferences...,
- An Window should open up, click on Profiles tab,
- Under the Profiles tab, you would see Curor section at the bottom,
- You can chose from the other options as below,
- _ Underscore
- | Vertical
- Block (by default selected)
- Once you choose any one of the options by selecting the radio button, close the Preferences tab,
- Now once you return back to the Terminal you would see that the cursor have changed.
You can also make the cursor to blink by selecting the blink checkbox you would see under Cursor section, by default the blink option is disabled.
More Posts related to macOS,
- How to list all users in Mac Terminal
- Docker Desktop needs privileged access macOS
- Mac: How to show count of files and folders in Finder
- How to Change Background Color TextEdit on Mac
- How to adjust MacBook Desktop icons size
- Test internet speed using macOS Terminal command
- How to change the default font and text size in Microsoft Excel for Mac
- How to install Java on macOS [Big Sur]
- How to come out of dquote prompt in Terminal - macOS/Linux
- How to Increase MacBook Trackpad Cursor Speed on macOS Ventura/Sonoma
- Fix: Microsoft Excel Quit Unexpectedly on Mac
- How to Adjust macOS System Font Size
- How to Quit Applications on Mac Using Terminal
- How to check zsh installed version using terminal
- Two Ways to Extract rar (*.rar) files on Mac
- How to Right Click on Mac Desktop?
- How to Add Brew to PATH M1/M2 Mac
- How to search (find) in macOS Terminal Console Text
- macOS 13 Ventura - The New About this Mac Window
- TextEdit Get the count of lines in a file
- How to run .sh file in Mac Terminal
- Google Search Hot Trends Screensaver for Mac OS X
- Check Reboot History Mac
- [Solution] Mac Update Stuck Preparing macOS Ventura 13.0 About 30 minutes remaining
- Display Safari URL address link on hover
More Posts:
- Java: Print Stack Trace as String Without Exception - Java
- [Solution] IDEA IntelliJ System.out.println function shortcut (sysout alternative for eclipse IDE) - HowTos
- How to Change the Default Notepad++ Installation Location - NotepadPlusPlus
- Java: How to Filter a List using Predicate - Java
- osascript wants to make changes while Android Studio Installation on Mac OS X - Mac-OS-X
- [fix] Java JDBC SQLSyntaxErrorException: Unknown database - Java
- How to turn off 5G Network on iPhone - iOS
- Java 8 Predicate Functional Interface Examples - Java