소스 검색

Update bashrc to fix scp or rsync commands issue

Pierre-Yves Barriat 7 년 전
부모
커밋
21d41e50a5
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      bashrc

+ 0 - 4
bashrc

@@ -19,10 +19,6 @@ configure_ecearth()
 }
 
 # User specific aliases and functions
-
-if [ `hostname` = "frontal3" ]; then
-  echo "Nothing to load..."
-fi
 if [ `hostname` = "frontal1" ]; then
   [[ -f .configure_ecearth ]] && configure_ecearth
   [[ -f .configure_ecearth ]] && rm .configure_ecearth