Преглед на файлове

Fish installation and customization split to prevent prompt error

Jovian (Netbook) преди 6 години
родител
ревизия
1b3c61391d
променени са 2 файла, в които са добавени 8 реда и са изтрити 3 реда
  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
 
-# Install customized fish
+# 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