Switch ll from all (a) to almost-all (A)
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 15 May 2019 15:22:03 +0000 (11:22 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 15 May 2019 15:22:03 +0000 (11:22 -0400)
home/lib/login_aliases.sh

index c9af126..6fc49db 100644 (file)
@@ -1,6 +1,7 @@
 alias   l='ls -lFhv'
-alias  ll='l -a --color=auto'
-alias lll='l -a --color=never'
+alias  la='l -A'
+alias  ll='la --color=auto'
+alias lll='la --color=never'
 alias tree='tree --dirsfirst'
 alias dotnet="$HOME/.dotnet/dotnet"
 alias fsi="dotnet $HOME/.dotnet/sdk/2.1.503/FSharp/fsi.exe"
This page took 0.020795 seconds and 4 git commands to generate.