From f739534203439b584a60771f644f869ff55bc156 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 22 Dec 2019 20:54:14 +0000 Subject: Support fish shell! After some back-and-forth, I'm trialing fish shell instead of zsh as my default shell. For now, I'm porting the aliases.zsh into config.fish -- defining them as abbreviations instead of aliases; this preference may change. See the commentary in config.fish for more information. A spent a lot of time in zsh and built much configuration, so supporting fish may take considerable time. Here's some work that remains: TODO: - Port functions.zsh - Port variables.zsh - Port zle.zsh --- configs/shared/.emacs.d/wpc/packages/wpc-shell.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/shared/.emacs.d') diff --git a/configs/shared/.emacs.d/wpc/packages/wpc-shell.el b/configs/shared/.emacs.d/wpc/packages/wpc-shell.el index 14d0489030da..803a3232ef5b 100644 --- a/configs/shared/.emacs.d/wpc/packages/wpc-shell.el +++ b/configs/shared/.emacs.d/wpc/packages/wpc-shell.el @@ -11,5 +11,7 @@ :init (add-hook 'sh-mode-hook #'flymake-shellcheck-load)) +(use-package fish-mode) + (provide 'wpc-shell) ;;; wpc-shell.el ends here -- cgit 1.4.1