bash/\343\203\255\343\202\260\343\202\244\343\203\263\343\202\267\343\202\247\343\203\253\343\202\222csh\343\201\213\343\202\211bash\343\201\253\345\244\211\346\233\264\343\201\231\343\202\213.md
... ...
@@ -0,0 +1,8 @@
1
+[How to change from csh to bash as default shell - Unix & Linux Stack Exchange](https://unix.stackexchange.com/questions/20629/how-to-change-from-csh-to-bash-as-default-shell)
2
+
3
+
4
+`~/.cshrc`に以下を追加。
5
+```csh
6
+setenv SHELL /bin/bash
7
+exec /bin/bash --login
8
+```
... ...
\ No newline at end of file