

zshrc, and you have to reopen the terminal or “source” it to refresh. You can run the command “exec zsh” instead. See below how efficient the dirhistory plugin is. And alt+up puts you in the parent directory. Alt+Right reverts that (moves you forward). But you will.Īlt+Left takes you into the previous directory you were in. I know, I know… you can’t think of a specific scenario where you need this at the moment. You can get ahead of the game now with the copyfile plugin.Ĭopybuffer is a plugin that allows you to copy the text currently typed in the command line. It’s a capability you don’t know you need until you need it. Then cd paste that bad boy back in.Ĭopy the contents of a file to your clipboard. You don’t want to have to go back out and re-input that long path over again.Ĭopydir plugin to copy the path to your current directory to the clipboard.Ĭopy it. Sometimes you are deep in a folder and remember that you have to go back to update another file in the parent. No need to switch over to your browser, just run the search from your terminal with the Imagine…you’re in the terminal and you need to google something. The shortcut is to hit the escape key twice. Well, the sudo plugin takes what you just typed and adds a sudo at the beginning for you. You know when you type in a command that fails because you didnt run sudo? Either you have to retype it with sudo at the front or hit the up arrow and then arrow back to the beginning of the sentence?
FISH SHELL GIT AUTO FETCH PLUGIN INSTALL
Note: This is the only plugin that requires you to actually install it first. I could honestly NOT survive anymore without the Zsh Autosuggestions plugin.

If you hit tab, it will list more suggestions below it. If you hit the right arrow key, it will fill in the suggestion.

Plugins =(git kubectl history emoji encode64 )Īs you type, you’ll see a suggested completion come up in a faded gray color.
