aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--%HOME%/.bashrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index fce8a03..d513e8c 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -5,7 +5,7 @@ esac
PS1='\[\e[33m\]\W\[\e[0m\]: '
-set -o nounset
+#set -o nounset
set -o pipefail
shopt -s checkwinsize
@@ -20,6 +20,10 @@ is_cygwin() {
test "$_os" == 'Cygwin'
}
+is_cygwin && set -o igncr
+
+export SHELLOPTS
+
alias df='df --human-readable'
alias du='du --human-readable'