Skip to content

Instantly share code, notes, and snippets.

@fnsoxt
fnsoxt / .zshrc
Created February 7, 2022 14:05 — forked from nobk/.zshrc
My light weight zshrc for WSL2 and Gentoo and MSYS2 and OpenWRT zsh shell
# z's config for the zsh
TERM=xterm-256color
# Load user rc script
[ -f "$HOME/.zsh_user.zsh" ] && source "$HOME/.zsh_user.zsh"
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
if [ -z "$HISTFILE" ]; then