Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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.
Comment

PREVIOUS NEXT
Code Example
Shell :: git remove user password 
Shell :: remove openshot ubuntu 
Shell :: bash print environment variables 
Shell :: install protonvpn debian 
Shell :: pause powershell script until keypress 
Shell :: increase ssh session timeout linux 
Shell :: show curr path cmd 
Shell :: uninstall node mac 
Shell :: command to find the count of only words in a file in linux 
Shell :: vscode install-extension command line 
Shell :: install pylatex 
Shell :: pkg-config: not found 
Shell :: snap store android studio 
Shell :: alpine linux free port 
Shell :: pacman remove orphaned dependencies 
Shell :: speed test centos 
Shell :: ffmpeg convert mp4 to gif 
Shell :: mac delete node_modules 
Shell :: getkirby install editor 
Shell :: linux size of files 
Shell :: unistall filezilla ubuntu 
Shell :: split terminal horizontally ubuntu 20.04 
Shell :: github workflow bash argument variable 
Shell :: how to check if matpot is installed 
Shell :: git clone vs git pull 
Shell :: download post it for ubuntu 
Shell :: hyper v powershell windows 
Shell :: install angular in ubuntu 
Shell :: bash get value sended to pipe 
Shell :: ls in mb mac 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =