diff --git a/fake_home/.config/xfce4/terminal/terminalrc b/fake_home/.config/xfce4/terminal/terminalrc index 528baf9..ffefe3f 100644 --- a/fake_home/.config/xfce4/terminal/terminalrc +++ b/fake_home/.config/xfce4/terminal/terminalrc @@ -33,7 +33,7 @@ ScrollingBar=TERMINAL_SCROLLBAR_NONE BackgroundImageFile=/home/sage/Pictures/ballpapers/wallhaven-r7vxk1.jpg BackgroundImageShading=0.790000 BackgroundImageStyle=TERMINAL_BACKGROUND_STYLE_CENTERED -FontName=FiraCode Nerd Font 10 +FontName=FiraCode Nerd Font 11 ColorCursor=#f8f8f2 ColorBold=#f8f8f2 ColorBoldUseDefault=FALSE diff --git a/fake_home/.zshrc b/fake_home/.zshrc index 0e9301f..792cd5b 100644 --- a/fake_home/.zshrc +++ b/fake_home/.zshrc @@ -96,4 +96,4 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -test -f /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source && /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +test -f /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh && source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh