From 7fe9ae418746985b7fd6f60a4b0f77d6252d6e73 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 14 Aug 2016 01:21:23 +0200 Subject: export SHELLOPTS --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index cdb99ec..3475c39 100644 --- a/.bashrc +++ b/.bashrc @@ -204,6 +204,8 @@ set -o nounset shopt -s nullglob shopt -s dotglob +export SHELLOPTS + alias less='less -R' alias ls='ls -lAh --color=tty' -- cgit v1.2.3