1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-16 04:10:42 +01:00

Removing mcd as it conflicts with mtools

This commit is contained in:
Robby Russell
2012-12-02 12:05:58 -08:00
2 changed files with 2 additions and 6 deletions

View File

@@ -16,8 +16,9 @@ alias history='fc -l 1'
# List direcory contents
alias lsa='ls -lah'
alias l='ls -la'
alias l='ls -lA1'
alias ll='ls -l'
alias la='ls -lA'
alias sl=ls # often screw this up
alias afind='ack-grep -il'