zoxide removed from server conf, was locked out of shell
This commit is contained in:
parent
c9755478d9
commit
92cbc09bbf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue