mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
added personal aliases
padrino aliases as a plugin ocodo and squee zsh-prompts (osx specific)
This commit is contained in:
parent
caa15548c1
commit
7a99688047
4 changed files with 28 additions and 3 deletions
|
|
@ -16,9 +16,8 @@ alias history='fc -l 1'
|
|||
|
||||
# List direcory contents
|
||||
alias lsa='ls -lah'
|
||||
alias l='ls -la'
|
||||
alias ll='ls -l'
|
||||
alias sl=ls # often screw this up
|
||||
alias l='ls -1a'
|
||||
alias ll='ls -halF'
|
||||
|
||||
alias afind='ack-grep -il'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue