1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-13 17:30:08 +00:00

Comment l alias

This commit is contained in:
Sébastien M-B 2012-06-27 00:12:21 +02:00
parent 579f33d489
commit 18cb11903f

View file

@ -16,7 +16,7 @@ alias history='fc -l 1'
# List direcory contents # List direcory contents
alias lsa='ls -lah' alias lsa='ls -lah'
alias l='ls -la' #alias l='ls -la'
alias ll='ls -l' alias ll='ls -l'
alias sl=ls # often screw this up alias sl=ls # often screw this up