1
0
Fork 0

some tweaks

This commit is contained in:
Von Random 2015-09-09 19:42:14 +03:00
parent 0ba6d8bdce
commit cd103b5170
2 changed files with 1 additions and 17 deletions

View file

@ -11,6 +11,7 @@ if is_zsh; then
export HOSTNAME=${HOST}
else
is_exec() [[ -x $(type -P ${1}) ]]
alias whence='type -P'
fi
newline="
@ -200,9 +201,6 @@ if is_zsh; then
SAVEHIST=1000
HISTSIZE=1000
HISTFILE="${HOME}/.histfile"
#if [[ -z ${TMUX} && -z ${SSH_CLIENT} && ( ${TERM} == rxvt-unicode-* || ${TERM} == xterm-* ) ]]; then
# gruvbox-colors
#fi
extras=( "${HOME}/.zshrc.extras" )