Skip to content

Commit

Permalink
feat: eza 0.20.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hanoii committed Jan 2, 2025
1 parent fc48564 commit 1304242
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ddev/addon-metadata/pimp-my-shell/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pimp-my-shell
repository: .
version: ""
install_date: "2024-12-29T15:53:00-03:00"
install_date: "2025-01-02T15:37:29-03:00"
project_files:
- web-build/Dockerfile.pimp-my-shell
- homeadditions/.bashrc.d/pimp-my-shell.sh
Expand Down
2 changes: 1 addition & 1 deletion .ddev/web-build/Dockerfile.pimp-my-shell
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN set -eux; \

# eza
RUN set -eux; \
EZA_VERSION=0.20.14; \
EZA_VERSION=0.20.15; \
wget -q https://github.com/eza-community/eza/releases/download/v${EZA_VERSION}/eza_`uname -m`-unknown-linux-gnu.tar.gz -O- | tar -zxf - -C /usr/local/bin; \
wget https://github.com/eza-community/eza/releases/download/v${EZA_VERSION}/completions-${EZA_VERSION}.tar.gz -O eza-completions.tar.gz; \
tar -xzf eza-completions.tar.gz --strip-components=3 -C /etc/bash_completion.d/ ./target/completions-${EZA_VERSION}/eza; \
Expand Down
2 changes: 1 addition & 1 deletion web-build/Dockerfile.pimp-my-shell
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN set -eux; \

# eza
RUN set -eux; \
EZA_VERSION=0.20.14; \
EZA_VERSION=0.20.15; \
wget -q https://github.com/eza-community/eza/releases/download/v${EZA_VERSION}/eza_`uname -m`-unknown-linux-gnu.tar.gz -O- | tar -zxf - -C /usr/local/bin; \
wget https://github.com/eza-community/eza/releases/download/v${EZA_VERSION}/completions-${EZA_VERSION}.tar.gz -O eza-completions.tar.gz; \
tar -xzf eza-completions.tar.gz --strip-components=3 -C /etc/bash_completion.d/ ./target/completions-${EZA_VERSION}/eza; \
Expand Down

0 comments on commit 1304242

Please sign in to comment.