Remove oh-my-zsh from zshrc

This commit is contained in:
Warren Hood 2024-07-22 22:44:47 +02:00
parent 38bba596c6
commit b8009f3509

View file

@ -2,7 +2,7 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH # export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation. # 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 # 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, # 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) plugins=(zsh-autosuggestions zsh-completions git rust)
# zsh-completions # 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 # User configuration