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
Commits
724143c3
"vscode:/vscode.git/clone" did not exist on "11bdc578ec861c7797ec614d60737a0448b68195"
Commit
724143c3
authored
Jan 11, 2014
by
LFDM
Committed by
Marc Cornellà
Feb 10, 2015
Browse files
Deletes dot aliases from common-aliases.
They are implemented in lib anyway.
parent
83c4e062
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/common-aliases/common-aliases.plugin.zsh
View file @
724143c3
...
...
@@ -20,12 +20,6 @@ alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS} '
alias
t
=
'tail -f'
# because typing 'cd' is A LOT of work!!
alias
..
=
'cd ../'
alias
...
=
'cd ../../'
alias
....
=
'cd ../../../'
alias
.....
=
'cd ../../../../'
# Command line head / tail shortcuts
alias
-g
H
=
'| head'
alias
-g
T
=
'| tail'
...
...
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