sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| reg delete "HKCU\Software\Scooter Software\Beyond Compare 4" /v CacheID /f |
| When going to /search/artist/<query_string> using the documents below you get: | |
| /search/artist/m - this returns both Macklemore and Against Me! | |
| /search/artist/a - this returns both Against Me! and AWOLNATION | |
| /search/artist/ma - this returns only Macklemore | |
| /search/artist/aw - this returns only AWOLNATION | |
| /search/artist/me - this returns only Against Me! | |
| Adding 'AWOLNATION' to models.Artist produces: |
| # Usage: | |
| # source iterm2.zsh | |
| # iTerm2 tab color commands | |
| # https://iterm2.com/documentation-escape-codes.html | |
| if [[ -n "$ITERM_SESSION_ID" ]]; then | |
| tab-color() { | |
| echo -ne "\033]6;1;bg;red;brightness;$1\a" | |
| echo -ne "\033]6;1;bg;green;brightness;$2\a" |