tv bash: cd to repo at stockholm workspace

This commit is contained in:
tv 2017-07-14 01:22:25 +02:00
parent 58380c8284
commit d4609b6188

View File

@ -32,6 +32,12 @@ with import <stockholm/lib>;
if test -n "$SSH_AGENT_PID"; then
PS1="ssh-agent[$SSH_AGENT_PID] $PS1"
fi
case ''${XMONAD_SPAWN_WORKSPACE-} in
stockholm)
cd ~/stockholm
;;
esac
'';
};
}