ls
This commit is contained in:
parent
c116aa460b
commit
b6678f4f4e
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM docker.io/library/archlinux:latest
|
FROM docker.io/library/archlinux:latest
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm && \
|
RUN pacman -Syu --noconfirm && \
|
||||||
pacman -S --noconfirm sudo exa curl ffmpeg imagemagick groff openssh base-devel git neovim ripgrep emacs python python-pip python-virtualenv go go-tools clang nodejs npm php texlive-core texlive-fontsextra r && \
|
pacman -S --noconfirm sudo exa curl ffmpeg imagemagick nnn screen groff openssh base-devel git neovim ripgrep emacs python python-pip python-virtualenv go go-tools clang nodejs npm php texlive-core texlive-fontsextra r && \
|
||||||
mkdir /var/run/sshd
|
mkdir /var/run/sshd
|
||||||
|
|
||||||
RUN useradd -ms /bin/bash dev && \
|
RUN useradd -ms /bin/bash dev && \
|
||||||
|
|
|
@ -88,7 +88,7 @@ command -v exa >/dev/null 2>&1 &&
|
||||||
alias la="exa $EZA_OPTS -alghUum" &&
|
alias la="exa $EZA_OPTS -alghUum" &&
|
||||||
alias lt="exa $EZA_OPTS -T -L 2" &&
|
alias lt="exa $EZA_OPTS -T -L 2" &&
|
||||||
alias ll="exa $EZA_OPTS -alg" &&
|
alias ll="exa $EZA_OPTS -alg" &&
|
||||||
alias ls="exa $EZA_OPTS -a1"
|
alias ls="exa $EZA_OPTS -1"
|
||||||
|
|
||||||
command -v eza >/dev/null 2>&1 &&
|
command -v eza >/dev/null 2>&1 &&
|
||||||
alias la="eza $EZA_OPTS -alghUum" &&
|
alias la="eza $EZA_OPTS -alghUum" &&
|
||||||
|
|
Loading…
Reference in a new issue