mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -08:00
add path
This commit is contained in:
parent
ecf24f0902
commit
e7690162cb
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ ADDPATH() {
|
||||||
grep ":$new:" <<<":$PATH:" >/dev/null || export PATH="$PATH:$new"
|
grep ":$new:" <<<":$PATH:" >/dev/null || export PATH="$PATH:$new"
|
||||||
}
|
}
|
||||||
ADDPATH "$HOME/opt/local/bin"
|
ADDPATH "$HOME/opt/local/bin"
|
||||||
|
[ -n "$MSYSTEM" ] && ADDPATH "/c/path"
|
||||||
|
|
||||||
# https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1380084
|
# https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1380084
|
||||||
export SSH_AUTH_SOCK=0
|
export SSH_AUTH_SOCK=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue