aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-15 21:51:23 +0800
committerGuangxiong Lin <[email protected]>2023-11-15 21:51:23 +0800
commitdc7e5a5f94cc89c57c4ff7f20f90a55a1a0e6ec4 (patch)
tree2e3ea0867ff3f59eac82cda970037e85ed98736a /.bashrc
parentd3090f37978866e38c63c6550771a4716094ac8e (diff)
downloaddotfiles-dc7e5a5f94cc89c57c4ff7f20f90a55a1a0e6ec4.tar.gz
dotfiles-dc7e5a5f94cc89c57c4ff7f20f90a55a1a0e6ec4.tar.bz2
dotfiles-dc7e5a5f94cc89c57c4ff7f20f90a55a1a0e6ec4.zip
Add bass into fish
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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} ]]