Browse Source

Fish installation and customization split to prevent prompt error

Jovian (Netbook) 6 years ago
parent
commit
1b3c61391d
2 changed files with 8 additions and 3 deletions
  1. 7 0
      Install/fish-custom
  2. 1 3
      Install/fish-install

+ 7 - 0
Install/fish-custom

@@ -0,0 +1,7 @@
+#!/usr/bin/fish
+
+# Install fish customization
+
+mkdir -p /home/jovian/.config/fish/functions
+cp ./Templates/fish_prompt.fish /home/jovian/.config/fish/functions/
+

+ 1 - 3
Install/fish-install

@@ -1,9 +1,7 @@
 #!/bin/bash
 #!/bin/bash
 
 
-# Install customized fish
+# Install fish
 
 
 sudo apt install fish
 sudo apt install fish
-mkdir -p /home/jovian/.config/fish/functions
-cp ./Templates/fish_prompt.fish /home/jovian/.config/fish/functions/
 sudo chsh -s /usr/bin/fish
 sudo chsh -s /usr/bin/fish