Files

4 lines
101 B
Bash
Executable File

#!/bin/bash
alias lsblk="lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL,UUID"
alias ls='ls --color=auto'