I recently installed zsh and oh-my-zsh in my Mac. Now when I try to run a maven command from the terminal, I am getting the following error.
$ mvn install
zsh: command not found: mvn
I have installed Apache maven in /…
I'm trying to find the PS1 variable in oh-my-zsh and change it so iTerm doesn't look as clogged up. Running the following command:
echo $PS1
gives me this
%{%f%b%k%}$(build_prompt)
Additionally, I've attempted to edit the .zshrc …
I'd like to remove a specific entry in my zsh history. I'm using oh-my-zsh.
Oh-my-zsh uses fc instead of history, which doesn't have the -d command (known bug). I've tried looking for the ~/.zhistory but that doesn't exist. How can …