Sha256: 99005a83a336d642d75fd75bae9f9565123a1ff51078503e4ae8b2058ee42862

Contents?: true

Size: 376 Bytes

Versions: 12

Compression:

Stored size: 376 Bytes

Contents

#/usr/bin/env bash

# TODO:
#  - cd()
#  - adjust prompt
#  - autocomplete

export VIRTUAL_ENV_DISABLE_PROMPT=true


function __worker_ps1() {
  rnd=`od -N1 -A n -b /dev/random`
  worker_type="gamer_transcode"${rnd/ /}
  worker_env="d"
  status="c"
  printf "${1:-(%s/%s/%s)}" "$worker_type" "$worker_env" "$status"
}



__WORKER_PS1='$(__worker_ps1)'"$PS1"
PS1=$__WORKER_PS1

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
metacon-0.3.0 .attic/old/workers_help.sh
metacon-0.2.4 .attic/old/workers_help.sh
metacon-0.2.3 .attic/old/workers_help.sh
metacon-0.2.2 .attic/old/workers_help.sh
metacon-0.2.1 .attic/old/workers_help.sh
metacon-0.2.0 .attic/old/workers_help.sh
metacon-0.1.6 .attic/old/workers_help.sh
metacon-0.1.5 .attic/old/workers_help.sh
metacon-0.1.4 .attic/old/workers_help.sh
metacon-0.1.3 .attic/old/workers_help.sh
metacon-0.1.0 .attic/old/workers_help.sh
metacon-0.0.1 .attic/old/workers_help.sh