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:
parent
a84a204031
commit
375c954e2b
5 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue