Skip to content

Commit

Permalink
Comment l alias
Browse files Browse the repository at this point in the history
  • Loading branch information
S茅bastien M-B committed Jun 26, 2012
1 parent 579f33d commit 18cb119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aliases.zsh
Expand Up @@ -16,7 +16,7 @@ alias history='fc -l 1'

# List direcory contents
alias lsa='ls -lah'
alias l='ls -la'
#alias l='ls -la'

This comment has been minimized.

Copy link
@janernsting

janernsting Apr 25, 2013

I guess, this was not supposed to be part of your pull request @essembeh

This comment has been minimized.

Copy link
@essembeh

essembeh Apr 25, 2013

Contributor

You are right. I don't know what I did wrong and how this commit is part of the pull request, sorry.

This comment has been minimized.

Copy link
@janernsting

janernsting Apr 25, 2013

No problem ;) Just wanted to make sure, it did not end up there on purpose.

alias ll='ls -l'
alias sl=ls # often screw this up

Expand Down

8 comments on commit 18cb119

@mbauhardt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i miss the l alias

@Marmelatze
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please but it back

@sbansal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the reason behind commenting this out. I can put it back in my local instance, but I would like to know if this was breaking anything or something else that I need to watch out for.

@janernsting
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sbansal: @essembeh confirmed that the commenting of alias l happened on accident.

@nickbuff
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please put it back 馃憤

@cimbriano
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just adding a voice. It'd be great to have l back.

@sbansal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guys, there is a pull request submitted for this already #1802. Hopefully it would be accepted soon. Patience my friends :)

@jcaudle
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, @sbansal, #1773 was submitted directly by @essembeh to undo this. I've closed #1802 in favor of the original pull request.

Please sign in to comment.