summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-09-19 08:20:32 +0300
committerLars Wirzenius <liw@liw.fi>2023-09-19 08:20:32 +0300
commit080cffdea91fd40cfd3c85ad3ddce5ce018590c7 (patch)
tree43d02bd1e216c506537ff3216233b8e29eaf03b0
parentd8e4a2990080aa772f09128ae81d603767dc6481 (diff)
downloadliw-dot-files-080cffdea91fd40cfd3c85ad3ddce5ce018590c7.tar.gz
bashrc: Radicle bin directory
Sponsored-by: author
-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