dotfiles/.bash_aliases
2025-06-04 22:46:06 +03:00

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"