dotfiles/.bash_aliases
2025-12-20 17:09:49 +02:00

7 lines
255 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"