commit
3fa3759e39
|
|
@ -1,3 +1,2 @@
|
||||||
# https://github.com/nvbn/thefuck
|
# https://github.com/nvbn/thefuck
|
||||||
alias fuck='eval $(thefuck $(fc -ln -1))'
|
|
||||||
alias please='fuck'
|
alias please='fuck'
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
cite about-plugin
|
||||||
|
about-plugin 'Initialization for fuck'
|
||||||
|
|
||||||
|
# https://github.com/nvbn/thefuck
|
||||||
|
|
||||||
|
if _command_exists thefuck; then
|
||||||
|
# shellcheck disable=SC2046
|
||||||
|
eval $(thefuck --alias)
|
||||||
|
fi
|
||||||
Loading…
Reference in New Issue