zshrc: fix: Use ll for llt
This commit is contained in:
2
.zshrc
2
.zshrc
@@ -66,7 +66,7 @@ alias la='lsd --color auto -A'
|
|||||||
alias ll='lsd --color auto -laF'
|
alias ll='lsd --color auto -laF'
|
||||||
function lst { ls --tree --depth ${1:-2} }
|
function lst { ls --tree --depth ${1:-2} }
|
||||||
function lat { la --tree --depth ${1:-2} }
|
function lat { la --tree --depth ${1:-2} }
|
||||||
function llt { la --tree --depth ${1:-2} }
|
function llt { ll --tree --depth ${1:-2} }
|
||||||
# Docker Compose
|
# Docker Compose
|
||||||
alias dc='docker-compose'
|
alias dc='docker-compose'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user