dotfiles/.bashrc.d/ll

2 lines
88 B
Plaintext

if ! alias ll >/dev/null 2>&1; then function ll() { ls -l "${@}"; } && export -f ll; fi