QUESTION : I’ve recently switched to using zsh instead of bash and I installed both zsh and oh-my-zsh. while messing […]
Tag: oh-my-zsh
Changing to a directory found somewhere in the tree hierarchy
Problem : I frequently find myself typing: cd a/directory/I/use/a/lot and inside that directory there are a lot of folders I […]
Multiline commands on history return first line only with double backslash
Problem : I am using oh-my-zsh with the following history configuration: setopt appendhistory autocd extendedglob setopt EXTENDED_HISTORY setopt histignoredups sharehistory […]