added several ansible roles
This commit is contained in:
17
ansible/roles/lsd/templates/lsd.rc
Normal file
17
ansible/roles/lsd/templates/lsd.rc
Normal file
@@ -0,0 +1,17 @@
|
||||
alias ls='lsd --config-file $KHOME/.config/lsd/config.yaml'
|
||||
# ---
|
||||
alias l='ls -l'
|
||||
alias la='ls -a'
|
||||
alias ll='ls -lah'
|
||||
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 lt4='ls -a --tree --depth 5 --ignore-glob .git'
|
||||
alias lt5='ls -a --tree --depth 6 --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 ltl4='ls -lah --tree --depth 5 --ignore-glob .git'
|
||||
alias ltl5='ls -lah --tree --depth 6 --ignore-glob .git'
|
||||
alias ltlu='ls -lah --tree --ignore-glob .git'
|
||||
Reference in New Issue
Block a user