tv bash: cd to repo at stockholm workspace
This commit is contained in:
parent
58380c8284
commit
d4609b6188
@ -32,6 +32,12 @@ with import <stockholm/lib>;
|
|||||||
if test -n "$SSH_AGENT_PID"; then
|
if test -n "$SSH_AGENT_PID"; then
|
||||||
PS1="ssh-agent[$SSH_AGENT_PID] $PS1"
|
PS1="ssh-agent[$SSH_AGENT_PID] $PS1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case ''${XMONAD_SPAWN_WORKSPACE-} in
|
||||||
|
stockholm)
|
||||||
|
cd ~/stockholm
|
||||||
|
;;
|
||||||
|
esac
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user