File tree 3 files changed +0
-12
lines changed
3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,6 @@ RUN ./install.sh -t build
66
66
RUN mkdir -p ~/.local/bin
67
67
RUN ln -s $(which fdfind) ~/.local/bin/fd
68
68
69
- # Install zoxide. (This needs to be done for the local, non-root user.)
70
- RUN curl -sSf https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash -u --
71
-
72
69
# Needs to be fully qualified
73
70
ENV NVM_DIR /home/${USER}/.nvm
74
71
ENV NODE_VERSION 20.13.1
Original file line number Diff line number Diff line change @@ -295,11 +295,6 @@ if _has fzf; then
295
295
source " ${fzf_path} /shell/completion.zsh"
296
296
fi
297
297
298
- if _has zoxide; then
299
- export ___ZOXIDE_DETECTED=true
300
- eval " $( zoxide init --cmd cd zsh) "
301
- fi
302
-
303
298
alias find=" fd"
304
299
alias grep=" rg"
305
300
Original file line number Diff line number Diff line change @@ -51,10 +51,6 @@ if ! _has fd; then
51
51
ln -s " $( which fdfind) " ~ /.local/bin/fd
52
52
fi
53
53
54
- if ! _has zoxide; then
55
- curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
56
- fi
57
-
58
54
if ! _has lazygit; then
59
55
LAZYGIT_VERSION=$( curl -s " https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po ' "tag_name": "v\K[^"]*' )
60
56
curl -Lo lazygit.tar.gz " https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION} _Linux_x86_64.tar.gz"
You can’t perform that action at this time.
0 commit comments