shell aliases: use ls -A rather than ls -a
This commit is contained in:
parent
b908e96d17
commit
56d1086a22
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue