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
|
source ~/.local.zsh
|
||||||
|
|
||||||
### --- zoxide Config ------------------------------------
|
### --- zoxide Config ------------------------------------
|
||||||
if ! command -v zoxide &> /dev/null
|
#if ! command -v zoxide &> /dev/null
|
||||||
then
|
#then
|
||||||
# zoxide not installed, skipping
|
# # zoxide not installed, skipping
|
||||||
exit
|
# exit
|
||||||
else
|
#else
|
||||||
eval "$(zoxide init zsh)"
|
# eval "$(zoxide init zsh)"
|
||||||
fi
|
#fi
|
||||||
|
|
|
@ -16,9 +16,3 @@ cp -r $(pwd)/home/.tmux-server.conf ~/.tmux.conf
|
||||||
touch ~/.local.zsh
|
touch ~/.local.zsh
|
||||||
|
|
||||||
ln ~/.zsh-server/zshrc ~/.zshrc
|
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