From 6e6714aed82b24f5240c5bdd1da3cbccde2a1c8e Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sat, 16 Jan 2021 20:42:49 +0800 Subject: [PATCH] [misc] use global symlink --- cli/fish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/fish.sh b/cli/fish.sh index 15573d2..0f5352b 100755 --- a/cli/fish.sh +++ b/cli/fish.sh @@ -13,7 +13,7 @@ case "$PM" in if [ "$DISTRIB_RELEASE_MAJOR" -gt 19 ] || [ "$DISTRIB_RELEASE" = "19.10" ]; then sudo apt install dash bat -y fi - lnsf /usr/bin/batcat "$HOME/.local/bin/bat" + lnsf /usr/bin/batcat /usr/bin/bat intorepo https://github.com/junegunn/fzf.git "$HOME/.fzf" ./install --all exitrepo