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 3b3fa90e09de708fa1ef557c1822a08d19d4985e
parent f2c6761edb0df038dd764c715b8ccbc44ca9ba8a
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Mon,  6 Feb 2017 19:40:15 -0800

add ssh key to keyring on launch

Diffstat:
Mbin/tmux-utility.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh @@ -6,6 +6,7 @@ tmux has-session -t $SESSION if [ $? != 0 ] then mpd ~/.mpd/mpd.conf + ssh-add # Create new session, name it, name the window, detach tmux new-session -s $SESSION -n misc -d