1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[zsh] zshrc, shfmt run

This commit is contained in:
Hyacinthe Cartiaux 2018-02-25 13:11:35 +01:00
parent 3e1445243e
commit 535522dc91

View file

@ -127,15 +127,15 @@ bindkey '^i' expand-or-complete-prefix
HISTFILE=~/.zhistory HISTFILE=~/.zhistory
HISTSIZE=10000 HISTSIZE=10000
SAVEHIST=10000 SAVEHIST=10000
setopt appendhistory setopt appendhistory
setopt incappendhistory setopt incappendhistory
################################################################## ##################################################################
## Environment variables ## Environment variables
# #
if [ -f ~/.bash_environment ]; then if [ -f ~/.bash_environment ]; then
. ~/.bash_environment . ~/.bash_environment
fi fi
################################################################## ##################################################################
@ -143,7 +143,7 @@ fi
# #
if [ -f ~/.bash_aliases ]; then if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases . ~/.bash_aliases
fi fi
# zsh specific # zsh specific
@ -160,6 +160,5 @@ alias -g NE="2> /dev/null" # Redirect stderr to /dev/null
## Colors ## Colors
# #
eval `dircolors --sh` eval $(dircolors --sh)
export GREP_COLOR=31 export GREP_COLOR=31