diff options
Diffstat (limited to '.snail.bashrc')
-rw-r--r-- | .snail.bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.snail.bashrc b/.snail.bashrc index bdbd517..0b367d6 100644 --- a/.snail.bashrc +++ b/.snail.bashrc @@ -19,6 +19,11 @@ shed () { ln -sfT "$PWD" ~/shed/current } +gopr() { + d="$HOME/pr/$1" + mkdir -p "$d" + workin "$d" +} . ~/bin/rws gowork |