From b6678f4f4e4a61e26a1ebb0b1b9a70d1f82aefdd Mon Sep 17 00:00:00 2001 From: tavo Date: Tue, 12 Nov 2024 00:51:38 -0600 Subject: [PATCH] ls --- dev/Dockerfile | 2 +- shell/bashrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/Dockerfile b/dev/Dockerfile index 68e761b..633ee0d 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,7 +1,7 @@ FROM docker.io/library/archlinux:latest 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 RUN useradd -ms /bin/bash dev && \ diff --git a/shell/bashrc b/shell/bashrc index d12dab1..b299c84 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -88,7 +88,7 @@ command -v exa >/dev/null 2>&1 && alias la="exa $EZA_OPTS -alghUum" && alias lt="exa $EZA_OPTS -T -L 2" && 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 && alias la="eza $EZA_OPTS -alghUum" &&