From f2c2a64c59ec0db8dd71a74d80b873aff1bcbc92 Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Tue, 30 Nov 2021 17:21:08 +0100 Subject: [PATCH] bugfixes --- .zshrc | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.zshrc b/.zshrc index b986558..4d38a26 100644 --- a/.zshrc +++ b/.zshrc @@ -31,37 +31,6 @@ source ~/.config_repos/zsh-settings/themes/powerlevel10k/powerlevel10k.zsh-theme # Case-sensitive completion must be off. _ and - will be interchangeable. # HYPHEN_INSENSITIVE="true" -# Uncomment the following line to disable bi-weekly auto-update checks. -# DISABLE_AUTO_UPDATE="true" - -# Uncomment the following line to automatically update without prompting. -# DISABLE_UPDATE_PROMPT="true" - -# Uncomment the following line to change how often to auto-update (in days). -# export UPDATE_ZSH_DAYS=13 - -# Uncomment the f$HOME/.config_repos/zsh-settings/.oh-my-zsh" - -# Set name of the theme to load --- if set to "random", it will -# 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="powerlevel10k/powerlevel10k" -source ~/.config_repos/zsh-settings/themes/powerlevel10k/powerlevel10k.zsh-theme - -# Set list of themes to pick from when loading at random -# Setting this variable when ZSH_THEME=random will cause zsh to load -# a theme from this variable instead of looking in $ZSH/themes/ -# If set to an empty array, this variable will have no effect. -# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" ) - -# Uncomment the following line to use case-sensitive completion. -# CASE_SENSITIVE="true" - -# Uncomment the following line to use hyphen-insensitive completion. -# Case-sensitive completion must be off. _ and - will be interchangeable. -# HYPHEN_INSENSITIVE="true" - # Uncomment the following line to disable bi-ollowing line if pasting URLs and other text is messed up. # DISABLE_MAGIC_FUNCTIONS="true" @@ -135,7 +104,6 @@ plugins=( sudo web-search fzf - wsl2 ) source $ZSH/oh-my-zsh.sh