1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-05-14 20:09:26 +02:00

[ssh] moved github to config.d/

This commit is contained in:
Eric-Teunis de Boone 2020-05-04 19:21:59 +02:00
parent a84a204031
commit 375c954e2b
5 changed files with 12 additions and 9 deletions

View file

@ -7,9 +7,9 @@ DOTFILES="$XDG_DOTFILES_DIR"
addpath() { case ":${PATH:=$1}:" in *:$1:*) ;; *) PATH="$1:$PATH" ;; esac; }
# add ~/.local/bin to PATH
if [ -d "~/.local/bin" ]
if [ -d "$HOME/.local/bin" ]
then
addpath "~/.local/bin"
addpath "$HOME/.local/bin"
fi
# add DOTFILES/bin to PATH