#! /usr/bin/bash alias em="emacs --no-init-file --no-splash --no-window-system" alias ll="exa --binary --group --long" alias la="ll --all" alias tree="ll --tree" alias llblk="lsblk -o NAME,TYPE,FSTYPE,SIZE,MOUNTPOINT,LABEL,PARTLABEL,UUID,PARTUUID"