summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authortinfoil-hat.net <mail@tinfoil-hat.net>2023-02-10 22:35:16 +0100
committertinfoil-hat.net <mail@tinfoil-hat.net>2023-02-10 22:35:16 +0100
commit77bd0246ee8a96b8ffaf80fdd43399a443104ce5 (patch)
tree490b9356a261de703f3be664e35b00dca1300edc /.zshrc
parent1720f695f280bf1c201179b7ef95adbd3f7443ae (diff)
downloaddotfiles-77bd0246ee8a96b8ffaf80fdd43399a443104ce5.tar.gz
dotfiles-77bd0246ee8a96b8ffaf80fdd43399a443104ce5.tar.bz2
dotfiles-77bd0246ee8a96b8ffaf80fdd43399a443104ce5.zip
Update 2023-02-10 22:35 Linux/x86_64
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
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"