From cbf0f1ad6d80a15c80f3f06ed219756a304a6acd Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Mon, 27 Jul 2026 12:33:14 -0400 Subject: backlight waybar --- .zshrc | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .zshrc (limited to '.zshrc') diff --git a/.zshrc b/.zshrc deleted file mode 100644 index b46cde3..0000000 --- a/.zshrc +++ /dev/null @@ -1,30 +0,0 @@ -export ZSH="$HOME/.oh-my-zsh" -ZSH_THEME="simple" - -zstyle ':omz:update' mode reminder # just remind me to update when it's time - -# Uncomment the following line if you want to disable marking untracked files -# under VCS as dirty. This makes repository status check for large repositories -# much, much faster. -DISABLE_UNTRACKED_FILES_DIRTY="true" - -# Standard plugins can be found in $ZSH/plugins/ -# Custom plugins may be added to $ZSH_CUSTOM/plugins/ -# Example format: plugins=(rails git textmate ruby lighthouse) -# Add wisely, as too many plugins slow down shell startup. -plugins=(git) - -source $ZSH/oh-my-zsh.sh - -# You may need to manually set your language environment -export LANG=en_US.UTF-8 - -export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.zvm/bin:$PATH -export XDG_CONFIG_HOME=$HOME/etc -export XDG_DATA_HOME=$HOME/usr -export XDG_CACHE_HOME=$HOME/var -export XDG_STATE_HOME=$HOME/usr/state -export WLR_RENDERER=vulkan -export VISUAL=nvim -export EDITOR=nvim -export MAKEFLAGS="-j12" -- cgit v1.2.3-54-g00ecf