From 4d92d41e86ee5680cdff21a128fb1029169b5905 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Fri, 24 Mar 2017 10:06:14 +0100 Subject: [PATCH] Updated Shell aliases (markdown) --- Shell-aliases.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Shell-aliases.md b/Shell-aliases.md index 2c7b278..6d03093 100644 --- a/Shell-aliases.md +++ b/Shell-aliases.md @@ -19,6 +19,9 @@ Add this function to `config.fish`: 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`. + # Powershell Put this in your Powershell `$PROFILE` on Windows: