add fish
parent
ad908796d9
commit
677bdde0b3
|
@ -0,0 +1,25 @@
|
|||
# fish
|
||||
|
||||
Read [fish](https://wiki.archlinux.org/index.php/fish).
|
||||
|
||||
## Configuration
|
||||
|
||||
Web interface:
|
||||
|
||||
```sh
|
||||
fish_config
|
||||
```
|
||||
|
||||
Command completion, require [man page](https://wiki.archlinux.org/index.php/Man_page):
|
||||
|
||||
```sh
|
||||
fish_update_completions
|
||||
```
|
||||
|
||||
## Tips and tricks
|
||||
|
||||
Disable greeting:
|
||||
|
||||
```sh
|
||||
set -U fish_greeting
|
||||
```
|
Loading…
Reference in New Issue