added ldsk

main
The_miro 2025-05-27 09:40:01 +02:00
parent 43587b770d
commit f68c53e83e
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -136,6 +136,7 @@ alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias ll="ls -la --time-style=long-iso"
alias l="ll"
alias ldsk="lsblk -o+FSTYPE,MODEL,UUID"
alias ..="cd .."