shell aliases: use ls -A rather than ls -a

This commit is contained in:
PowerUser64 2022-09-26 21:26:08 -07:00
parent b908e96d17
commit 56d1086a22

View file

@ -117,10 +117,10 @@ alias \
dc='docker-compose' \
occ='docker exec -u www-data nextcloud php occ --ansi' \
# Nix
# Nix
alias \
nx='sudo $EDITOR /etc/nixos/configuration.nix' \
nxpl='sudo nix-channel --update' \
nxpl='sudo nix-channel --update' \
nxup='sudo nixos-rebuild switch' \
# file copying with a progress bar
@ -149,9 +149,9 @@ alias light='tplink_smartplug.py -t $SMART_PLUG_IP -c'
# Common ls aliases
alias \
l='ls' \
la='ls -ah' \
la='ls -Ah' \
ll='ls -lh' \
lla='ls -lah' \
lla='ls -lAh' \
# <<<
# vim:fdm=marker:fmr=>>>,<<<:fdl=1:et:ft=bash:sw=3:ts=3