Remove alias suggestions

This commit is contained in:
David Peter 2021-02-14 10:44:42 +01:00 committed by David Peter
parent 5feb89aa99
commit 8a83ad41c8
1 changed files with 0 additions and 4 deletions

View File

@ -439,8 +439,6 @@ sudo apt install fd-find
Note that the binary is called `fdfind` as the binary name `fd` is already used by another package.
It is recommended that after installation, you add a link to `fd` by executing command
`ln -s $(which fdfind) ~/.local/bin/fd`, in order to use `fd` in the same way as in this documentation.
You can also add `alias fd=fdfind` to your shells initialization file but this wouldn't help if you
export variables using `fd`. You will have to use `fdfind` in export also.
If you use an older version of Ubuntu, you can download the latest `.deb` package from the
[release page](https://github.com/sharkdp/fd/releases) and install it via:
@ -458,8 +456,6 @@ sudo apt-get install fd-find
Note that the binary is called `fdfind` as the binary name `fd` is already used by another package.
It is recommended that after installation, you add a link to `fd` by executing command
`ln -s $(which fdfind) ~/.local/bin/fd`, in order to use `fd` in the same way as in this documentation.
You can also add `alias fd=fdfind` to your shells initialization file but this wouldn't help if you
export variables using `fd`. You will have to use `fdfind` in export also.
### On Fedora