summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-13 15:11:11 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-13 15:11:46 -0400
commit4f2e544096236def2211f325572d1de72adbe674 (patch)
treee598593dd87833187f8b068523b3a9a9baffcdca /bin
parente07aa5df1ec974d1d42bcefe0867c2237073b48e (diff)
downloadconf-4f2e544096236def2211f325572d1de72adbe674.tar.gz
conf-4f2e544096236def2211f325572d1de72adbe674.zip
make tmux stop thinking ssh sessions are bash sessions
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ssh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ssh b/bin/ssh
index fef5ddf..559b83f 100755
--- a/bin/ssh
+++ b/bin/ssh
@@ -3,4 +3,4 @@
SSH=/usr/bin/$(basename $0)
. ssh-key-unlock
-$SSH $*
+exec $SSH $*