Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
4f8d6a8b
Commit
4f8d6a8b
authored
Jun 25, 2013
by
Robby Russell
Browse files
Merge pull request #1773 from essembeh/master
Uncomment l alias
parents
1e625b42
f77a545a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/aliases.zsh
View file @
4f8d6a8b
...
...
@@ -17,7 +17,7 @@ alias history='fc -l 1'
# List direcory contents
alias
lsa
=
'ls -lah'
#
alias l='ls -la'
alias
l
=
'ls -la'
alias
ll
=
'ls -l'
alias
la
=
'ls -lA'
alias
sl
=
ls
# often screw this up
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment