|
@@ -0,0 +1,33 @@
|
|
|
+# Fish
|
|
|
+The best shell ever
|
|
|
+
|
|
|
+## Install
|
|
|
+
|
|
|
+There is an installation script in this repository at `Install/fish_install`. This script install fish and makes it your default shell.
|
|
|
+
|
|
|
+A customization script is also available : `Install/fish_custom`. This script copy the prompt template.
|
|
|
+
|
|
|
+## Colors
|
|
|
+
|
|
|
+### Set
|
|
|
+`set fish_color_user yellow`
|
|
|
+`set fish_color_host cyan`
|
|
|
+
|
|
|
+### Available colors
|
|
|
+
|
|
|
+- black
|
|
|
+- blue
|
|
|
+- green
|
|
|
+- yellow
|
|
|
+- cyan
|
|
|
+- white
|
|
|
+- magenta
|
|
|
+- red
|
|
|
+
|
|
|
+### Standardized colors for users
|
|
|
+
|
|
|
+jovian -> yellow
|
|
|
+gituser -> magenta
|
|
|
+postgres -> blue _(beware, the home folder is in a tricky place)_
|
|
|
+root -> red
|
|
|
+
|