From 35f5317e86d1019574b0e9bbe2496f39d05ddc4d Mon Sep 17 00:00:00 2001 From: Katya Demidova Date: Thu, 4 May 2017 01:27:32 +0300 Subject: [PATCH] Added a link to omz plugin (for zsh users). --- Shell-aliases.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Shell-aliases.md b/Shell-aliases.md index 52f8adc..d6a05ea 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -12,6 +12,8 @@ Add this alias to `.zshrc`: eval "$(thefuck --alias)" ``` +>_If you use oh-my-zsh, try [this awesome *thefuck* plugin](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/thefuck/README.md)._ + # Fish Add this function to `config.fish`: @@ -47,4 +49,4 @@ pip install xontrib-thefuck And then load it (you can add this to xonshrc for it to be loaded in every xonsh session): ``` xontrib load thefuck -``` +``` \ No newline at end of file