From 18c6f7ca08d1d6174e6299aecf03d28ac2710632 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Fri, 3 May 2019 04:21:37 +0000 Subject: [PATCH] use fish shell while having bash execute login scripts --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 076b776..d8938ee 100644 --- a/bashrc +++ b/bashrc @@ -42,3 +42,4 @@ eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519) #[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion # Only load Liquid Prompt in interactive shells, not from a script or from scp [[ $- = *i* ]] && source ~/liquidprompt/liquidprompt +exec fish