1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-25 14:28:38 +00:00

Updated Shell aliases (markdown)

Stefan Tatschner 2017-03-24 10:06:14 +01:00
parent 15ec10bbb4
commit 4d92d41e86

@ -19,6 +19,9 @@ Add this function to `config.fish`:
thefuck --alias | source 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 # Powershell
Put this in your Powershell `$PROFILE` on Windows: Put this in your Powershell `$PROFILE` on Windows: