This website requires JavaScript.
Explore
Help
Sign In
xinb
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
You've already forked ohmyzsh
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d33b0aae91
ohmyzsh
/
lib
/
aliases.zsh
9 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
Added some comment
2009-10-12 19:17:36 +00:00
# Super user
Importing initial files after reorganizing stuff.
2009-08-28 18:14:17 +00:00
alias
_
=
'sudo'
Added a "please" alias for sudo
2012-07-26 17:54:15 +00:00
alias
please
=
'sudo'
Importing initial files after reorganizing stuff.
2009-08-28 18:14:17 +00:00
Swap out g alias to git
2009-08-31 12:59:34 +00:00
#alias g='grep -in'
Adding more useful aliases for Git.
2009-09-03 18:45:23 +00:00
Added ack-grep searching
2009-10-11 13:49:24 +00:00
alias
afind
=
'ack-grep -il'
Added a function to extract various archives. Also an alias for the function.
2010-12-24 22:20:57 +00:00