shell/path: remove non-standart ending slash

This commit is contained in:
Felix Buehler 2022-02-22 23:17:42 +01:00
parent 6efe8fab40
commit 759775dbc5

View file

@ -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