소스 검색

Add explicit comments for duplicated lines

Explain the reason to avoid further deletion.
DricomDragon 5 년 전
부모
커밋
3dfb02485d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Install/fish-install

+ 2 - 2
Install/fish-install

@@ -3,6 +3,6 @@
 # Install fish
 
 sudo apt install fish
-sudo chsh -s /usr/bin/fish
-chsh -s /usr/bin/fish
+sudo chsh -s /usr/bin/fish # change shell for superuser
+chsh -s /usr/bin/fish # change my shell