7 lines
163 B
Bash
Executable File
7 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "To install fish plugins, run this command interactively in fish:"
|
|
echo
|
|
echo " curl -fsSL https://git.io/fisher | source && fisher update"
|
|
echo
|