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
60e99779
Commit
60e99779
authored
Oct 03, 2009
by
Markus Prinz
Browse files
Make "-" an alias for "cd -" (cd back to previous directory)
parent
172bb418
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/aliases.zsh
View file @
60e99779
...
...
@@ -8,6 +8,7 @@ alias ss='thin --stats "/thin/stats" start'
alias
mr
=
'mate CHANGELOG app config db lib public script spec test'
alias
.
=
'pwd'
alias
...
=
'cd ../..'
alias
--
-
=
'cd -'
alias
_
=
'sudo'
alias
ss
=
'sudo su -'
...
...
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