From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- .zshrc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 .zshrc (limited to '.zshrc') diff --git a/.zshrc b/.zshrc new file mode 100755 index 0000000..b0edb53 --- /dev/null +++ b/.zshrc @@ -0,0 +1,21 @@ +#!/bin/zsh +source /etc/profile +HISTFILE=$HOME/.cache/zsh/history +SAVEHIST=100000000 +HISTSIZE=$SAVEHIST +setopt appendhistory +autoload -U compinit +zstyle ':completion:*' menu select +zmodload zsh/complist +compinit +comp_options+=(globdots) +zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' +source ~/.zsh.d/* +autoload -U colors && colors && setopt prompt_subst +ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=5" +ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=12" +LIBCLANG_PATH=/usr/lib/llvm/20/lib64 +source ~/.zprofile +PATH=$PATH:/home/coast/.spicetify + +PROMPT="0 %n %1~ " -- cgit v1.2.3