Sha256: 29e9c7402674a95b0b927382c8e8b39e42b0f3c7cfd68ce5e9df594c888274b4

Contents?: true

Size: 403 Bytes

Versions: 6

Compression:

Stored size: 403 Bytes

Contents

# use a temporary file for history
HISTFILE=<%= history_file %>

# don't limit file size
HISTFILESIZE=-1

# don't limit history length
HISTSIZE=-1

# don't keep timestamps in history
unset HISTTIMEFORMAT

# don't skip any command
HISTCONTROL=""

# change prompt
PS1="\e[1;33mdry-running\e[m:\w\$ "

# add default commandline switches
alias ant='<%= ant_commandline %>'
alias mvn='<%= mvn_commandline %>'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tetra-1.2.1 lib/template/bashrc
tetra-1.2.0 lib/template/bashrc
tetra-1.1.0 lib/template/bashrc
tetra-1.0.0 lib/template/bashrc
tetra-0.54.0 lib/template/bashrc
tetra-0.53.0 lib/template/bashrc