diff --git a/.lsd.rc b/.lsd.rc index 7ffceb0..b9a7dbf 100644 --- a/.lsd.rc +++ b/.lsd.rc @@ -4,4 +4,8 @@ alias l='ls -l' alias la='ls -a' alias ll='ls -lah' alias lt='ls -a --tree' -alias ltl='ls -lah --tree' \ No newline at end of file +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