Posts

Showing posts with the label oh-my-zsh

ZSH_HIGHLIGHT_STYLES: assignment to invalid subscript range

Image
Clash Royale CLAN TAG #URR8PPP ZSH_HIGHLIGHT_STYLES: assignment to invalid subscript range Good day, I am using ohmyzsh with a theme from V1rgul for powerlevel9k, on a new terminal windows I get the following error and am trying to figure out why? /home/jamesb/.zshrc:88: ZSH_HIGHLIGHT_STYLES: assignment to invalid subscript range echo $ZSH/oh-my-zsh.sh /home/jamesb/.oh-my-zsh/oh-my-zsh.sh cat .zshrc # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH export TERM="xterm-256color" # Path to your oh-my-zsh installation. export ZSH=/home/jamesb/.oh-my-zsh # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes ZSH_THEME="powerlevel9k/powerlevel9k" #Powerlevel9k theme customization block export DEFAULT_USER="jamesb" POWERLEVEL9K_MODE="awesome-fontcon...