home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc8d21
)
Update ls aliases, removing la
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 1 Apr 2020 14:44:09 +0000
(10:44 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 12 Apr 2020 03:14:35 +0000
(23:14 -0400)
home/lib/login_aliases.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_aliases.sh
b/home/lib/login_aliases.sh
index
b57e2ff
..
bcb4652
100644
(file)
--- a/
home/lib/login_aliases.sh
+++ b/
home/lib/login_aliases.sh
@@
-1,9
+1,8
@@
alias c='ncal -Mb' # -M : start week with Monday, -b : use old format (like in cal)
alias h='history | fzf -e'
-alias l='ls -lFhv --group-directories-first'
-alias la='l -A'
-alias ll='la --color=auto'
-alias lll='la --color=never'
+alias l='ls -lFhv --group-directories-first --color=auto'
+alias ll='l -a'
+alias lll='ll --color=never'
alias tree='tree --dirsfirst'
#alias dotnet='~/.dotnet/dotnet'
alias fsi='ledit dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsi.exe'
This page took
0.032396 seconds
and
4
git commands to generate.