dotfiles/.bash_aliases

8 lines
273 B
Bash
Executable file

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