aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xytfzf5
1 files changed, 4 insertions, 1 deletions
diff --git a/ytfzf b/ytfzf
index 1efc024..7d9876a 100755
--- a/ytfzf
+++ b/ytfzf
@@ -30,7 +30,10 @@ thumb_dir="$YTFZF_CACHE"/thumb
#> make folders that don't exist
[ -d $YTFZF_CACHE ] || mkdir -p $YTFZF_CACHE
[ -d $thumb_dir ] || mkdir -p $thumb_dir
-
+## For MacOS users
+if [ "$(uname)" = "OpenBSD" ]; then
+ alias sed='\gsed'
+fi
#> Setting and reading the config file
config_dir="$HOME/.config/ytfzf"
config_file="$config_dir/conf.sh"
Un proyecto texto-plano.xyz