dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 7f93c6364f9e245bdf35221c4e7d7575f03409bf
parent 63a9d63079186b58bfec354329d080353f6b5368
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 11 Sep 2017 09:22:18 -0400

reference absolute paths

Diffstat:
Mbin/tmux-utility.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh @@ -16,7 +16,7 @@ then tmux split-window -h -t $SESSION #tmux send-keys -t $SESSION 'fortune' C-m - tmux send-keys -t $SESSION 'bin/todo.sh' C-m + tmux send-keys -t $SESSION '~/bin/todo.sh' C-m tmux select-pane -t $SESSION:1.1 tmux split-window -p 33 -v -t $SESSION @@ -25,7 +25,7 @@ then tmux select-pane -t $SESSION:1.3 tmux split-window -v -t $SESSION #tmux send-keys -t $SESSION 'mosh ad@idkfa.ucsd.edu' C-m - tmux send-keys -t $SESSION 'bin/google-cloud-lamps-instance1-ssh.sh' C-m + tmux send-keys -t $SESSION '~/bin/google-cloud-lamps-instance1-ssh.sh' C-m # optionally load additional windows if [ "$1" = "seaice" ]; then