diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-09-21 21:37:30 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-09-21 21:37:30 +0200 |
| commit | 4df35c81432f4ec94f63b0c86de58aec4259006a (patch) | |
| tree | 7d4ad1347acedfe8f94b4add6b491d7984d1d1af /.bashrc | |
| parent | c02b5d1c427b4a203eef65e2f05d1e3faa066fbb (diff) | |
| download | dotfiles-4df35c81432f4ec94f63b0c86de58aec4259006a.tar.gz dotfiles-4df35c81432f4ec94f63b0c86de58aec4259006a.tar.bz2 dotfiles-4df35c81432f4ec94f63b0c86de58aec4259006a.zip | |
Dependencies install, zsh syntax highlight
- dependencies Makefile rule to install vim-plug, vim pluggins,
oh-my-zsh, zsh-syntax-highlighting.
- vim keys to move in tab menu completion
- shorter bashrc
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 32 |
1 files changed, 0 insertions, 32 deletions
@@ -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 |
