diff options
Diffstat (limited to 'stow/rcs/.bashrc')
-rw-r--r-- | stow/rcs/.bashrc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/stow/rcs/.bashrc b/stow/rcs/.bashrc index 5c0c5bb..9a70ccd 100644 --- a/stow/rcs/.bashrc +++ b/stow/rcs/.bashrc @@ -30,16 +30,6 @@ stty -ixon # 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)" - -# enable color support of ls -if [ -x /usr/bin/dircolors ]; then - test -r "$HOME/.dircolors" && eval "$(dircolors -b $HOME/.dircolors)" || eval "$(dircolors -b)" - #alias dir='dir --color=auto' - #alias vdir='vdir --color=auto' -fi - if [ -r "/usr/share/bash-completion/bash_completion" ]; then . "/usr/share/bash-completion/bash_completion" fi |