Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

oh my zsh autocomplete

# Step 1: clone repo for auto-suggestion
## for oh-my-zsh
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
## or, for zsh
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions

# Step 2: open config file 
nano ~/.zshrc

# Step 3: 
## for oh-my-zsh, add "zsh-autosuggestions" in plugins section
## or, for zsh, add "source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh"
Comment

PREVIOUS NEXT
Code Example
Shell :: zsh suggestion from history 
Shell :: gyp error npm install 
Shell :: install webpack cli 
Shell :: git abort REVERTING 
Shell :: bash strip preceeding white space 
Shell :: installing hinterland for jupyter without anaconda 
Shell :: bash unzip all files 
Shell :: visual studio code arm64 
Shell :: is linux bad 
Shell :: Start / Restart / Stop Nginx Commands 
Shell :: bash add text to the beginning or end of every line 
Shell :: commit without a message 
Shell :: how to delete deployments in kubernetes 
Shell :: libqt5x11extras5 install ubuntu 
Shell :: bash: yarn: command not found 
Shell :: npm install redux form 
Shell :: bash get hour 
Shell :: odd even in shell script 
Shell :: powershell get all history 
Shell :: pytorch install using conda 
Shell :: git push tags 
Shell :: ubuntu install Tesseract OCR 
Shell :: killall command not found ubuntu 
Shell :: how to know version of tensorflow in linux command line 
Shell :: remove netbeans linux 
Shell :: debian install opengl 
Shell :: pkgAcquire::Run (13: Permission denied) 
Shell :: cancel merging 
Shell :: range of random numbers bash 
Shell :: heroku buildpacks remove 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =