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 5896a10275017d42f6ceaa86bea4e92760da1605
parent 8a297feec4cbe438ccab2c331c243a3d09de28ec
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Fri, 22 Dec 2017 09:43:03 -0500

Do not open manuscript files for editing by default

Diffstat:
Mlinks/bin/tmux-utility.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/bin/tmux-utility.sh b/links/bin/tmux-utility.sh @@ -53,7 +53,7 @@ then tmux new-window -t $SESSION -n james tmux select-pane -t $SESSION:6.1 tmux send-keys -t $SESSION \ - 'cd ~/articles/own/6-james/james-rev0 && git pull && make edit' C-m + 'cd ~/articles/own/6-james/james-rev0 && git pull && make edit' fi #tmux select-layout tiled