
How to get bash-style autocompletion in zsh, (for git command)
Apr 18, 2016 · I switched to zsh and find it better than bash, but I have a problem with oh-my-zsh 's (hereafter " OMZ ") autocomplete feature. When I type git chec, OMZ completes that to git …
autocomplete - oh-my-zsh history completion - Super User
I wanted the same behaviour for zsh with oh-my-zsh installed and found plugin history-substring-search. I achieved the same behaviour described above by adding the plugin to my ~/.zshrc: …
Add timestamp to oh-my-zsh robbyrussell theme - Super User
Jul 22, 2015 · According to the zshmisc man page there are several % codes for date and time, eg: %D The date in yy-mm-dd format. %T Current time of day, in 24-hour format. %t %@ …
How can I configure the color of 'ls' directory under zsh
Mar 6, 2024 · I am using 'zsh'. In some directory, when I do ls --color=tty. I see some directories have 'blue text' with 'green background', which makes them hard to read. Can you please tell …
bash - How to setup zsh to append history to a file named …
Oct 27, 2020 · My biggest sticking point moving from bash to zsh is the history configuration. Using oh-my-zsh there is a history.zsh file in #ZSH/lib that I found (I think) can be disabled via …
Sourcing an alias file in oh my zsh custom/ folder - Super User
Nov 23, 2017 · My understanding is that you are trying to add your custom file aliases.zsh to the directory .oh-my-zsh/custom/ I just did this and tried using one of the aliases I defined in the …
macos - zsh starts up in ~0.4 seconds most of the time but …
May 22, 2022 · Recently, I got around to speeding up my terminal start times (which were regularly taking an excess of 8 seconds) by profiling my .zshrc. Then, I removed stuff I didn't …
ZSH npm/node/nvm command not found after installing OhMyZSH
Feb 7, 2019 · After installing OhMyZSH on my Linux machine, previously installed nvm, node and npm are not found. Thanks for the help. This command "source ~/.nvm/nvm.sh" allows me to …
mac - zsh starts incredibly slowly - Super User
Jan 24, 2011 · ZSH takes about a second and a half from creating a new terminal window to being ready. I'm pretty sure that the culprit is compinit. I haven't been able to find good …
linux - How to automatically load multiple SSH keys on ZSH and ...
Jan 23, 2024 · I'm trying to have my SSH keys loaded automatically when I start my computer (I'm running Archlinux). At the moment I have to use ssh-add [PATH]. I use ZSH, Oh my ZSH and …