mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Added an alias for the lsblk command
This commit is contained in:
parent
2eb42d4d21
commit
3a8114abd0
|
|
@ -7,4 +7,5 @@ PS1="\[\e[1;94m\][\u@\h \w]\\$\[\e[0m\] "
|
|||
alias ls='ls --color=auto'
|
||||
alias ll='ls --color=auto -lah'
|
||||
alias mydf='df -hPT | column -t'
|
||||
alias mylsblk='lsblk -o name,size,fstype,label,model'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue