From 7cee5b9c07af1a29c1f6c49a33cb56d34eb8662d Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 9 Feb 2017 11:33:22 -0800 Subject: [PATCH] TOOLS-1688 Begone, foul cdspell, lord of DWIM! Leave the typos in peace! --- etc/root.bashrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"