From 7634648c5b934ae0435a9adaf3db6471f7841a9d Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sun, 30 Apr 2023 11:42:58 +0200 Subject: [PATCH] Update '.lsd.rc' --- .lsd.rc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.lsd.rc b/.lsd.rc index b9a7dbf..8e75ae2 100644 --- a/.lsd.rc +++ b/.lsd.rc @@ -3,9 +3,11 @@ alias ls='lsd' alias l='ls -l' alias la='ls -a' alias ll='ls -lah' -alias lt='ls -a --tree' -alias lt2='ls -a --tree --depth 2' -alias lt3='ls -a --tree --depth 3' -alias ltl='ls -lah --tree' -alias ltl2='ls -lah --tree --depth 2' -alias ltl3='ls -lah --tree --depth 3' \ No newline at end of file +alias lt='ls -a --tree --depth 2 --ignore-glob .git' +alias lt2='ls -a --tree --depth 3 --ignore-glob .git' +alias lt3='ls -a --tree --depth 4 --ignore-glob .git' +alias ltu='ls -a --tree --ignore-glob .git' +alias ltl='ls -lah --tree --depth 2 --ignore-glob .git' +alias ltl2='ls -lah --tree --depth 3 --ignore-glob .git' +alias ltl3='ls -lah --tree --depth 4 --ignore-glob .git' +alias ltlu='ls -lah --tree --ignore-glob .git' \ No newline at end of file