mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
committed by
Koichi Murase
parent
6c79f70891
commit
812a8d60ef
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Check if zoxide is installed
|
# Check if zoxide is installed
|
||||||
if [ -x "$(command -v zoxide)" ]; then
|
if type_exists zoxide; then
|
||||||
eval "$(zoxide init bash)"
|
eval "$(zoxide init bash)"
|
||||||
else
|
else
|
||||||
echo '[oh-my-bash] zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide'
|
echo '[oh-my-bash] zoxide not found, please install it from https://github.com/ajeetdsouza/zoxide'
|
||||||
|
Reference in New Issue
Block a user