summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
-rw-r--r--ssh/config2
2 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index 65f7ca6..04ad26f 100644
--- a/bashrc
+++ b/bashrc
@@ -162,7 +162,7 @@ if command -v emacs >/dev/null; then
else
export EDITOR=vi
fi
-export PATH="$HOME/.cargo/bin:$PATH:$HOME/bin:$HOME/.local/bin:$HOME/.radicle/bin:/usr/bin/games"
+export PATH="$HOME/.radicle/bin:$HOME/.cargo/bin:$PATH:$HOME/bin:$HOME/.local/bin:$HOME/.radicle/bin:/usr/bin/games"
export PAGER=less
export LESSCHARSET=utf-8
export HISTCONTROL=ignoredups
diff --git a/ssh/config b/ssh/config
index f90a86d..bd002de 100644
--- a/ssh/config
+++ b/ssh/config
@@ -13,6 +13,6 @@ Host *
ServerAliveInterval 60
PasswordAuthentication no
KbdInteractiveAuthentication no
- ControlMaster auto
+ # ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
HashKnownHosts no