zsh
Last updated
Was this helpful?
Last updated
Was this helpful?
cd -
Back to the previous folder
CTRL+R
History search
hash -r
Force path hash update
By default, there is a 0.4 second delay after you hit the key and when the mode change is registered. This results in a very jarring and frustrating transition between modes. Let's reduce this delay to 0.1 seconds.
I use to handle themes, and use the theme. I customize the theme's prompt to only display the current directory (instead of the pull path) as follows:
The key change is using $FG[032]%c\
instead of $FG[032]%~\
.
Plugins can add very useful functionality, but the number of plugins used impacts start-up performance. That being said, I use the following plugins:
git
vi-mode
history-substring-search