From f2e50cdd0b569ef87a2267bd5a5551645f5d028f Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 22 Jan 2025 17:26:07 -0400 Subject: [PATCH] Add l alias --- dot_bashrc | 2 ++ dot_hidden | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dot_bashrc b/dot_bashrc index def0faa..a81000d 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -12,6 +12,8 @@ alias cd="z" alias cat="bat -p" alias update-mirrors="rate-mirrors arch | sudo tee /etc/pacman.d/mirrorlist; rate-mirrors chaotic-aur | sudo tee /etc/pacman.d/chaotic-mirrorlist" alias update="paru; paru -c" +alias l="ls --ignore-glob '$([ -f .hidden ] && cat .hidden | tr '\n' '|')'" + # Helpful tool: https://bash-prompt-generator.org # On github: https://github.com/Scriptim/bash-prompt-generator diff --git a/dot_hidden b/dot_hidden index faacbc0..a9e7f41 100644 --- a/dot_hidden +++ b/dot_hidden @@ -1,2 +1,3 @@ go - +rogue.save +rogue.scr