My terminal in VS Code has a tiny font after installing zsh and changing font style

I’m sure there are a few answers to this. But to solve mine, I had to change the terminal.integrated.fontFamily. Try these themes “Monaco” for instance. Add this line to your settings. “terminal.integrated.fontFamily”: “Monaco” If the font size does not change and only increases the letter spacing, try a few checks: Save the settings and close … Read more

Zsh Docker Plugin not Working

You might want to try and remove any .zcompdump-(…) files you may have on your user’s home directory – using something like rm ~/.zcompdump* on a terminal, or some file browser – and then reload the .zschrc file with the command source ~/.zshrc or restart the terminal – whichever works best for you. See this … Read more

Filtering ZSH history by command

Hit Ctrl+R, type some letters, it will find the previous command with these letters, keep hitting Ctrl+R to continue through the previous findings. Works in bash, zsh (and other shells i suppose). What i personally like to have is: type some letters, press Up, the previous commands starting with the same letters appear. Very powerful, … Read more

Anaconda not found in ZSh?

Altough I cannot test it on a Mac, (I have a Linux Zsh installed) this should work for you as well: Just execute /(your conda installation path)/bin/conda init zsh and restart your zsh shell. The init command will change your ~/.zshrc file accordingly, setting your PATH correctly and slightly change the PS1 (which is was … Read more

zsh theme for full path + display git changes

You can modify the second line of this file: ~/.oh-my-zsh/themes/robbyrussell.zsh-theme Which looks like this: PROMPT+=’ %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)’ # ^ replace c with ~ Then source theme again: source ~/.zshrc It will now show the path relative to your home directory (~). For example: # BEFORE ➜ sqlboiler git:(master) # AFTER ➜ ~/open-source/sqlboiler git:(master)

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)