From 759775dbc537ea6fdabe974b684ae14343c015e2 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 22 Feb 2022 23:17:42 +0100 Subject: [PATCH] shell/path: remove non-standart ending slash --- shell/paths.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/paths.sh b/shell/paths.sh index 79c04a1..052e1b2 100755 --- a/shell/paths.sh +++ b/shell/paths.sh @@ -12,7 +12,7 @@ appendpath () { esac } -appendpath ~/.local/bin/ +appendpath ~/.local/bin appendpath ~/.bin if which ruby >/dev/null 2>&1 && which gem >/dev/null 2>&1; then