Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
101149b1
Commit
101149b1
authored
Jan 10, 2014
by
LFDM
Committed by
Marc Cornellà
Feb 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moves remaining aliases to misc and deletes file.
There were only three aliases left in aliases.zsh File deleted!
parent
d33b0aae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
aliases.zsh
lib/aliases.zsh
+0
-8
misc.zsh
lib/misc.zsh
+7
-0
No files found.
lib/aliases.zsh
deleted
100644 → 0
View file @
d33b0aae
# Super user
alias
_
=
'sudo'
alias
please
=
'sudo'
#alias g='grep -in'
alias
afind
=
'ack-grep -il'
lib/misc.zsh
View file @
101149b1
...
...
@@ -13,3 +13,10 @@ export PAGER="less"
export
LESS
=
"-R"
export
LC_CTYPE
=
$LANG
## super user alias
alias
_
=
'sudo'
alias
please
=
'sudo'
## more intelligent acking for ubuntu users
alias
afind
=
'ack-grep -il'
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