6 lines
178 B
Bash
Executable file
6 lines
178 B
Bash
Executable file
#! /usr/bin/bash
|
|
|
|
alias ll="exa --binary --long"
|
|
alias la="ll --all"
|
|
alias tree="ll --tree"
|
|
alias llblk="lsblk -o NAME,TYPE,FSTYPE,SIZE,MOUNTPOINT,LABEL,PARTLABEL,UUID,PARTUUID"
|