aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorCabergs Charles <cacharle@w-r4-p5.s19.be>2019-10-10 10:15:06 +0200
committerCabergs Charles <cacharle@w-r4-p5.s19.be>2019-10-10 10:15:06 +0200
commitfe28ebe81f56832c832e5ca144b429bc49394cf3 (patch)
treed8c75b452f48234a211348844b41248799b0ebf3 /.bashrc
parent90042125ca7458289a52294294fd5908574769f1 (diff)
parent466c8a6b31a98a461b250743718084d79f67f640 (diff)
downloaddotfiles-fe28ebe81f56832c832e5ca144b429bc49394cf3.tar.gz
dotfiles-fe28ebe81f56832c832e5ca144b429bc49394cf3.tar.bz2
dotfiles-fe28ebe81f56832c832e5ca144b429bc49394cf3.zip
Merge branch 'master' into s19
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc32
1 files changed, 0 insertions, 32 deletions
diff --git a/.bashrc b/.bashrc
index f895cc5..9f2f3d0 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,13 +1,3 @@
-# ~/.bashrc: executed by bash(1) for non-login shells.
-# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
-# for examples
-
-# If not running interactively, don't do anything
-case $- in
- *i*) ;;
- *) return;;
-esac
-
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth
@@ -23,13 +13,6 @@ HISTFILESIZE=2000
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
-# If set, the pattern "**" used in a pathname expansion context will
-# match all files and zero or more directories and subdirectories.
-#shopt -s globstar
-
-# make less more friendly for non-text input files, see lesspipe(1)
-#[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
-
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
@@ -40,11 +23,6 @@ case "$TERM" in
xterm-color|*-256color) color_prompt=yes;;
esac
-# uncomment for a colored prompt, if the terminal has the capability; turned
-# off by default to not distract the user: the focus in a terminal window
-# should be on the output of commands, not on the prompt
-#force_color_prompt=yes
-
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
@@ -84,18 +62,8 @@ if [ -x /usr/bin/dircolors ]; then
alias egrep='egrep --color=auto'
fi
-# colored GCC warnings and errors
-#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
-
-# some more ls aliases
alias ll='ls -l'
alias la='ls -A'
-#alias l='ls -CF'
-
-# Alias definitions.
-# You may want to put all your additions into a separate file like
-# ~/.bash_aliases, instead of adding them here directly.
-# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases