diff --git a/extras.sh b/extras.sh index 2686597..9bf8a05 100755 --- a/extras.sh +++ b/extras.sh @@ -142,10 +142,6 @@ install_mambaforge() { return fi - echo "#####################" - echo installing mambaforge - echo "#####################" - echo "fetching install script from github" current_dir=$PWD diff --git a/system/env.sh b/system/env.sh index 4bced33..fc92a84 100644 --- a/system/env.sh +++ b/system/env.sh @@ -9,7 +9,7 @@ export HISTFILESIZE="${HISTSIZE}"; export SAVEHIST=4096 export HISTCONTROL=ignoredups:erasedups -export LESS='-R --use-color' +export LESS='-R' # Append to the history file, rather than overwriting it setopt APPEND_HISTORY