Commit db07e4e2caa6

Vincent Demeester <vincent+git@demeester.fr>
2013-12-23 11:54:11
Use bash as default shell
This way, it will load, at least, few of my configuration (for paths)
1 parent 92bac13
Changed files (1)
.emacs.d
.emacs.d/init.el
@@ -52,6 +52,11 @@
 (setq-default indent-tabs-mode nil) ; don't use tabs
 (setq next-screen-context-lines 5 ; Keep more lines when scrolling
       x-stretch-cursor t) ; stretch cursor to the width of the char
+
+;; Shell
+(setq shell-file-name "bash")
+(setq shell-command-switch "-ic")
+
 (require 'auto-complete)
 
 (require 'ido)