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
Ohmyzsh
d33b0aae917c62012bf203538ba86d6236869834
d33b0aae917c62012bf203538ba86d6236869834
Switch branch/tag
ohmyzsh
lib
aliases.zsh
Find file
Normal view
History
Permalink
aliases.zsh
98 Bytes
Edit
Web IDE
Newer
Older
Added some comment
To1ne
committed
Oct 12, 2009
1
# Super user
Importing initial files after reorganizing stuff.
Robby Russell
committed
Aug 28, 2009
2
alias
_
=
'sudo'
Added a "please" alias for sudo
Bjarki Ágúst Guðmundsson
committed
Jul 26, 2012
3
alias
please
=
'sudo'
Importing initial files after reorganizing stuff.
Robby Russell
committed
Aug 28, 2009
4
Swap out g alias to git
Geoff Garside
committed
Aug 31, 2009
5
#alias g='grep -in'
Adding more useful aliases for Git.
mwilliams
committed
Sep 03, 2009
6
Added ack-grep searching
Gerhard Lazu
committed
Oct 11, 2009
7
alias
afind
=
'ack-grep -il'
Added a function to extract various archives.
SuprDewd
committed
Dec 24, 2010
8