From dc7e5a5f94cc89c57c4ff7f20f90a55a1a0e6ec4 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 15 Nov 2023 21:51:23 +0800 Subject: Add bass into fish --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 5b2bf54..ecece72 100644 --- a/.bashrc +++ b/.bashrc @@ -11,6 +11,7 @@ source "$HOME/.path" PS1='[\u@\h \W]\$ ' source "$HOME/.aliases" +source "$HOME/.fzfrc" if command -v fish > /dev/null; then if [[ $(ps --no-header --pid=$PPID --format=comm) != "fish" && -z ${BASH_EXECUTION_STRING} ]] -- cgit v1.2.3