commit 05c159b448056cf3f4fa2672b5a8cc44cbb8072f parent 07ea8bf27980aead68ba88d0549fa4fe0c35c7e1 Author: Anders Damsgaard <andersd@riseup.net> Date: Sun, 17 Dec 2017 10:09:40 -0500 Do not mount sshfs by default Diffstat:
M | links/bin/tmux-utility.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/links/bin/tmux-utility.sh b/links/bin/tmux-utility.sh @@ -47,8 +47,8 @@ then tmux new-window -t $SESSION -n idkfa tmux select-pane -t $SESSION:5.1 - tmux send-keys -t $SESSION \ - 'sshfs ad@idkfa.ucsd.edu:/home/ad ~/idkfa && ~/bin/idkfa-ssh' C-m + tmux send-keys -t $SESSION '~/bin/idkfa-ssh' C-m + #'sshfs ad@idkfa.ucsd.edu:/home/ad ~/idkfa && ~/bin/idkfa-ssh' C-m tmux new-window -t $SESSION -n james tmux select-pane -t $SESSION:6.1