]> arthur.barton.de Git - ax-zsh.git/commitdiff
std_aliases: Add new "lx" alias for "ls -A"
authorAlexander Barton <alex@barton.de>
Sun, 29 May 2022 10:51:11 +0000 (12:51 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 29 May 2022 10:51:11 +0000 (12:51 +0200)
default_plugins/std_aliases/std_aliases.zshrc

index 4d938a7f7a3ca994617e490161201b8bfb41bae6..feef861bc39461c479a538b748147dffccbdb514 100644 (file)
@@ -4,6 +4,7 @@
 alias ll="ls -hl"
 alias l="ll -a"
 alias la="ll -A"
+alias lx="ls -A"
 
 alias lasth='last -aw | head -n "$((LINES-1))"'
 alias lastf='last -aw | grep -v "^$LOGNAME"'