From 11c2a60b3a8709993ef08b847eaacf7c255db971 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sun, 10 Apr 2022 19:53:04 -0400 Subject: fish: use return instead of exit --- dot_config/private_fish/plug/exa.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/private_fish/plug/exa.fish') diff --git a/dot_config/private_fish/plug/exa.fish b/dot_config/private_fish/plug/exa.fish index aa7ffff..81a1490 100644 --- a/dot_config/private_fish/plug/exa.fish +++ b/dot_config/private_fish/plug/exa.fish @@ -1,4 +1,4 @@ -type -qf exa || exit +type -qf exa || return alias ls exa alias l 'exa -l' alias ll 'exa -l' -- cgit v1.2.3