From 06f7ffa49ce21ca9abec0ed452f37a4b116a11ae Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Thu, 10 Aug 2023 09:38:02 -0400 Subject: lib/sh: add zoxide --- dot_local/lib/sh/zoxide.bash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dot_local/lib/sh/zoxide.bash (limited to 'dot_local/lib/sh/zoxide.bash') diff --git a/dot_local/lib/sh/zoxide.bash b/dot_local/lib/sh/zoxide.bash new file mode 100644 index 0000000..6a02524 --- /dev/null +++ b/dot_local/lib/sh/zoxide.bash @@ -0,0 +1,2 @@ +. hascmd zoxide || return +eval "$(zoxide init bash)" -- cgit v1.2.3