diff --git a/home/.zsh-server/zshrc b/home/.zsh-server/zshrc index 8329618..2d230cd 100644 --- a/home/.zsh-server/zshrc +++ b/home/.zsh-server/zshrc @@ -83,10 +83,10 @@ source ~/.local/share/nnn/quitcd/quitcd.bash_zsh source ~/.local.zsh ### --- zoxide Config ------------------------------------ -if ! command -v zoxide &> /dev/null -then - # zoxide not installed, skipping - exit -else - eval "$(zoxide init zsh)" -fi +#if ! command -v zoxide &> /dev/null +#then +# # zoxide not installed, skipping +# exit +#else +# eval "$(zoxide init zsh)" +#fi diff --git a/server-config.sh b/server-config.sh index 7d98c8c..cd075ec 100755 --- a/server-config.sh +++ b/server-config.sh @@ -16,9 +16,3 @@ cp -r $(pwd)/home/.tmux-server.conf ~/.tmux.conf touch ~/.local.zsh ln ~/.zsh-server/zshrc ~/.zshrc - -# Install Vim Stuff -curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ - https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim - -