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