From 92cbc09bbff427384d8feadd2f094c56ef4c01e8 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 18 Jun 2023 15:54:06 +0200 Subject: [PATCH] zoxide removed from server conf, was locked out of shell --- home/.zsh-server/zshrc | 14 +++++++------- server-config.sh | 6 ------ 2 files changed, 7 insertions(+), 13 deletions(-) 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 - -