From b8009f350936067f3fd62282748505d96b9766f0 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Mon, 22 Jul 2024 22:44:47 +0200 Subject: [PATCH] Remove oh-my-zsh from zshrc --- zsh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 08dc874..27fe6b9 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH="$HOME/.oh-my-zsh" +# export ZSH="$HOME/.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, @@ -73,9 +73,9 @@ ZSH_THEME="robbyrussell" plugins=(zsh-autosuggestions zsh-completions git rust) # zsh-completions -fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src +# fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src -source $ZSH/oh-my-zsh.sh +# source $ZSH/oh-my-zsh.sh # User configuration