From 8e5173a2d25c8f79607f4806016276065abda41c Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 10 May 2026 18:36:22 -0400 Subject: update --- .zshrc | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .zshrc (limited to '.zshrc') diff --git a/.zshrc b/.zshrc deleted file mode 100644 index 43899e0..0000000 --- a/.zshrc +++ /dev/null @@ -1,28 +0,0 @@ -HISTFILE=~/.histfile -HISTSIZE=100000 -SAVEHIST=100000 - -PATH=$PATH:~/.local/bin -PS1="%B%F{green}%2~%F{fg}>%B" - -alias ls="ls --color=auto" -alias grep="grep --color=auto" - -fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src -autoload -U compinit -compinit - -setopt LIST_PACKED -setopt AUTO_PARAM_SLASH -setopt HIST_IGNORE_ALL_DUPS - -bindkey "^[[1;5C" forward-word -bindkey "^[[1;5D" backward-word - -zstyle ":completion:*" menu select -zstyle ":completion:*:*:*:*:descriptions" format "%B%F{green}%d%f" -zstyle ":completion:*" group-name "" - -source ~/.zshextra -source `xbps-query -f zsh-syntax-highlighting | grep "zsh-syntax-highlighting.zsh$"` -source `xbps-query -f zsh-autosuggestions | grep "zsh-autosuggestions.zsh$"` -- cgit v1.3-2-g0d8e