diff --git a/.zshrc b/.zshrc index 0c05c96..0bbfb1f 100755 --- a/.zshrc +++ b/.zshrc @@ -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 .."