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
Oh My Zsh
Commits
0da9a4be
Commit
0da9a4be
authored
May 06, 2015
by
Cristian Măgherușan-Stanciu
Committed by
Roland Chernov
Jul 22, 2015
Browse files
fuck: added a basic plugin for
https://github.com/nvbn/thefuck
parent
e38455bf
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/fuck/fuck.plugin.zsh
0 → 100644
View file @
0da9a4be
if
[
$commands
[
thefuck]
]
;
then
alias
fuck
=
'eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
alias
FUCK
=
'fuck'
else
echo
'thefuck is not installed, you should "pip install thefuck" first'
fi
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