mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
shell/path: remove non-standart ending slash
This commit is contained in:
parent
6efe8fab40
commit
759775dbc5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ appendpath () {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
appendpath ~/.local/bin/
|
appendpath ~/.local/bin
|
||||||
appendpath ~/.bin
|
appendpath ~/.bin
|
||||||
|
|
||||||
if which ruby >/dev/null 2>&1 && which gem >/dev/null 2>&1; then
|
if which ruby >/dev/null 2>&1 && which gem >/dev/null 2>&1; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue