From 7c138bc2c5a202292c8a57e3226353a62c64921f Mon Sep 17 00:00:00 2001 From: "tinfoil-hat.net" Date: Fri, 10 Feb 2023 22:41:56 +0100 Subject: Update 2023-02-10 22:41 Linux/x86_64 --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index a6f8427..a11f06c 100644 --- a/.zshrc +++ b/.zshrc @@ -12,7 +12,7 @@ source "$HOME/.cargo/env" # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="passion" +ZSH_THEME="smoothmonkey" export LANG="en_US.UTF-8" export LC_COLLATE="en_US.UTF-8" export LC_CTYPE="en_US.UTF-8" @@ -227,7 +227,7 @@ export PATH=$HOME/.bin:$PATH export EDITOR=vim source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh -ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#ff00ff,bg=cyan,bold,underline +ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#000000,bg=cyan,bold,underline" alias tb="nc bin.tinfoil-hat.net 9999" -- cgit v1.2.3