commit 6c48cf9fef92c2bf988dbbb0659f90e5ab47c7ae
parent c8d683f70997250d26fb905a1f2e442bca543dc3
Author: Anders Damsgaard <andersd@riseup.net>
Date: Thu, 27 Jul 2017 13:40:38 +0200
fix call to idkfa ssh script
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh
@@ -45,7 +45,7 @@ then
tmux new-window -t $SESSION -n idkfa
tmux select-pane -t $SESSION:4.1
tmux send-keys -t $SESSION \
- 'sshfs ad@idkfa.ucsd.edu:/home/ad ~/idkfa && cd ~/bin/idkfa-ssh' C-m
+ 'sshfs ad@idkfa.ucsd.edu:/home/ad ~/idkfa && ~/bin/idkfa-ssh' C-m
fi
#tmux select-layout tiled