macOS are shipped with ZSH Shell as the default shell, but you will see that autocomplete is enabled by default.
In order to turn on autocomplete in Terminal, follow the below steps,
- Open Terminal App on your Mac.
- Now run the below command.
- Once the download is complete, let's apply the changes to zsh shell.
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
Now if you try to type any builtin command or any text of the preview history you should get auto-suggestions on your Mac Terminal.
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to zsh,
- Resolve - zsh: command not found: code
- zsh: command not found [fix] macOS
- How to fix: zsh: command not found: jupyter
- How to make ZSH as the default shell on Ubuntu
- How to Add New Entry to ZSH PATH
- Add Syntax Highlighting in Zsh Shell
- Fix: zsh: command not found: npm after installation (Node.js)
- Fix: zsh: command not found: mysql (Mac XAMPP)
- Ubuntu zsh: command not found: nano
- Fix: ZSH: cd: too many arguments (macOS)
- Fix - cd: no such file or directory: .zshrc
- How to reload zsh shell profile file?
- Fix zsh: permission denied: script.sh
- [fix] zsh: illegal hardware instruction python TensorFlow M1/M2 Mac
- macOS Ventura 13: The default interactive shell is now zsh
- How to Add Autocomplete in Mac Terminal
- Fix - zsh: command not found: pip
- ZSH: exec format error eclipse M1/M2 Mac
- Setting up Zsh Syntax Highlighting
- How to reload Zsh .zshrc Profile
- zsh: command not found: brew [fix]
- How to clear ZSH history of commands executed on Mac Terminal
- Fix - zsh: command not found: conda [macOS]
- Fix: cd: string not in pwd
More Posts:
- Customize Praise badge for Microsoft Teams with own images, values, brand - Microsoft
- How to install Python 2.7.xx on macOS 12.3 Monterey or higher - Python
- How to show or hide columns in SharePoint Online List Library from - SharePoint
- Create Nested Directories using mkdir Command - Linux
- Simple Login Page using Bootstrap - Bootstrap
- Backup your Mac before you update to macOS Ventura using Time Machine - MacOS
- Show CPU and Memory Usage on macOS Menu Bar - MacOS
- How to know MacBook Battery Cycle Count using Terminal Command - MacOS