From c37b7f7434f781bd6d8de0ae2974c99773e8630b Mon Sep 17 00:00:00 2001 From: Justin Schwaitzberg Date: Tue, 29 Dec 2020 08:29:12 -0500 Subject: [PATCH] Moved Troubleshooting section to separate Troubleshooting page --- Shell-aliases.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Shell-aliases.md b/Shell-aliases.md index 26809ba..bda2c6d 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -83,14 +83,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 -``` - -# Troubleshooting - -If the following error message is shown when trying to run `thefuck`: - -``` -command not found: thefuck -``` - -Ensure that `~/.local/bin` is present in your path. eg. add `PATH="$PATH:$HOME/.local/bin"` to `.bashrc`, `.zshrc` etc. \ No newline at end of file +``` \ No newline at end of file