Skip to content

Commit

Permalink
replace eza
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Jun 18, 2024
1 parent 4085775 commit 4d3370e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/alpine-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apk add --no-cache \
xfce4-terminal \
vim \
curl \
exa
eza

# use bash for command expansion
SHELL ["/bin/bash", "-c"]
Expand Down
4 changes: 2 additions & 2 deletions docker/alpine-core/files/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
export PS1="\[\e[31m\]\u\[\e[m\]@\h \[\e[32m\]\w\[\e[m\] \\$ "

# ALIAS
export EXA_COLORS="da=1;31"
alias ll='exa -lah'
export EZA_COLORS="da=1;31"
alias ll='eza -lah'

0 comments on commit 4d3370e

Please sign in to comment.