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
11ff3b64
Commit
11ff3b64
authored
Dec 02, 2012
by
Robby Russell
Browse files
Removing mcd as it conflicts with mtools
parents
ef5a65b2
25adbe81
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/aliases.zsh
View file @
11ff3b64
...
...
@@ -16,8 +16,9 @@ alias history='fc -l 1'
# List direcory contents
alias
lsa
=
'ls -lah'
alias
l
=
'ls -l
a
'
alias
l
=
'ls -l
A1
'
alias
ll
=
'ls -l'
alias
la
=
'ls -lA'
alias
sl
=
ls
# often screw this up
alias
afind
=
'ack-grep -il'
...
...
lib/directories.zsh
View file @
11ff3b64
...
...
@@ -37,8 +37,3 @@ cd () {
alias
md
=
'mkdir -p'
alias
rd
=
rmdir
alias
d
=
'dirs -v | head -10'
# mkdir & cd to it
function
mcd
()
{
mkdir
-p
"
$1
"
&&
cd
"
$1
"
;
}
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