zoxide removed from server conf, was locked out of shell

This commit is contained in:
Christoph J. Scherr 2023-06-18 15:54:06 +02:00
parent c9755478d9
commit 92cbc09bbf
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
2 changed files with 7 additions and 13 deletions

View File

@ -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

View File

@ -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