From 77bd0246ee8a96b8ffaf80fdd43399a443104ce5 Mon Sep 17 00:00:00 2001 From: "tinfoil-hat.net" Date: Fri, 10 Feb 2023 22:35:16 +0100 Subject: Update 2023-02-10 22:35 Linux/x86_64 --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 3c28588..a6f8427 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=Chicago95 +ZSH_THEME="passion" export LANG="en_US.UTF-8" export LC_COLLATE="en_US.UTF-8" export LC_CTYPE="en_US.UTF-8" @@ -26,7 +26,6 @@ export LC_ALL="en_US.UTF-8" # Set list of themes to pick from when loading at random # ZSH_THEME=Chicago95# a theme from this variable instead of looking in $ZSH/themes/ # If set to an empty array, this variable will have no effect. -ZSH_THEME=Chicago95 # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -228,6 +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 alias tb="nc bin.tinfoil-hat.net 9999" -- cgit v1.2.3