Horje
git autocomplete branch name mac Code Example
git autocomplete branch name mac
# add following line to ~/.zshrc file & restart your Terminal application:
autoload -Uz compinit && compinit

# Alternatively, you can run following two commands in your Terminal 
# application to add necessary line to .zshrc file and restart your shell.

echo 'autoload -Uz compinit && compinit' >> ~/.zshrc
source ~/.zshrc

# Git tab autocomplete is now enabled on your Mac.




Shell

Related
can linux terminal crash Code Example can linux terminal crash Code Example
all folder permissions terminal Code Example all folder permissions terminal Code Example
bash get username Code Example bash get username Code Example
free space in ubuntu Code Example free space in ubuntu Code Example
lua reverse shell Code Example lua reverse shell Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13