diff --git a/etc/root.bashrc b/etc/root.bashrc index ce2e8d3..bb269a8 100644 --- a/etc/root.bashrc +++ b/etc/root.bashrc @@ -1,5 +1,5 @@ if [ "$PS1" ]; then - shopt -s checkwinsize cdspell extglob histappend + shopt -s checkwinsize extglob histappend alias ll='ls -lF' HISTCONTROL=ignoreboth HISTIGNORE="[bf]g:exit:quit" diff --git a/package.json b/package.json index 5e5194c..7291ad3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sdc-scripts", "description": "Shared boot scripts for SDC core service zones", - "version": "1.1.0", + "version": "1.1.1", "author": "Joyent (joyent.com)", "private": true, "license": "MPL-2.0"