summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/bspwm/bspwmrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index 843a5b7..8db461a 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -182,7 +182,7 @@ sub fg_on_three_screens
if (not $term_pid[0]) {
exec(
ALACRITTY_PATH, '-e', SH_PATH, '-c',
- COWSAY_PATH . ' "' . COWSAY_WELCOME . '"; ' . ZSH_PATH
+ COWSAY_PATH . ' "' . COWSAY_WELCOME . '"; ' . FISH_PATH
);
exit;
}
@@ -223,7 +223,7 @@ sub fg_on_two_screens
if (not $term_pid[0]) {
exec(
ALACRITTY_PATH, '-e', SH_PATH, '-c',
- COWSAY_PATH . ' "' . COWSAY_WELCOME . '"; ' . ZSH_PATH
+ COWSAY_PATH . ' "' . COWSAY_WELCOME . '"; ' . FISH_PATH
);
exit;
}