소스 검색

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