From d1cd9bac7f03a45ec56a8302d46ba7094f77396c Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Fri, 24 Mar 2017 10:07:07 +0100 Subject: [PATCH] Updated Shell aliases (markdown) --- Shell-aliases.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shell-aliases.md b/Shell-aliases.md index 6d03093..52f8adc 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -20,7 +20,8 @@ thefuck --alias | source ``` To avoid the delay of the shell startup, you could also create an [autoloaded function](https://fishshell.com/docs/current/tutorial.html#tut_autoload). -Create a file `~/.config/fish/functions/fuck.fish` and paste the output of `thefuck --alias`. +Create a file `~/.config/fish/functions/fuck.fish` instead and paste the output of `thefuck --alias` +into that file. Fish should start as fast as before. # Powershell