summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authortinfoil-hat.net <mail@tinfoil-hat.net>2023-02-10 22:41:56 +0100
committertinfoil-hat.net <mail@tinfoil-hat.net>2023-02-10 22:41:56 +0100
commit7c138bc2c5a202292c8a57e3226353a62c64921f (patch)
treedbdca2f83d194151af0e3a9489d16672e613d8d2 /.zshrc
parent77bd0246ee8a96b8ffaf80fdd43399a443104ce5 (diff)
downloaddotfiles-7c138bc2c5a202292c8a57e3226353a62c64921f.tar.gz
dotfiles-7c138bc2c5a202292c8a57e3226353a62c64921f.tar.bz2
dotfiles-7c138bc2c5a202292c8a57e3226353a62c64921f.zip
Update 2023-02-10 22:41 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 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"