Not quite, reverting

This commit is contained in:
Josh Sherman 2017-12-24 14:45:18 -06:00
parent d1d3cd4d48
commit 7d4d165266
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
4 changed files with 8 additions and 10 deletions

8
bashrc
View file

@ -2,9 +2,9 @@
export DOTFILES=$HOME/.dotfiles
if [ -x /usr/bin/dircolors ]; then
eval `dircolors $DOTFILES/dircolors`
fi
source $DOTFILES/env
source $DOTFILES/aliases
# if [ -x /usr/bin/dircolors ]; then
# eval `dircolors $DOTFILES/dircolors`
# fi

View file

@ -16,7 +16,6 @@ git submodule update --init --recursive
rm -rf \
$HOME/.bashrc \
$HOME/.dir_colors \
$HOME/.gitconfig \
$HOME/.config/gtk-3.0/gtk.css \
$HOME/.screenrc \
@ -25,7 +24,6 @@ rm -rf \
$HOME/.zshrc
ln -s $DOTFILES/bashrc $HOME/.bashrc
ln -s $DOTFILES/dir_colors $HOME/.dir_colors
ln -s $DOTFILES/gitconfig $HOME/.gitconfig
ln -s $DOTFILES/gtk.css $HOME/.config/gtk-3.0/gtk.css
ln -s $DOTFILES/screenrc $HOME/.screenrc

8
zshrc
View file

@ -2,13 +2,13 @@
export DOTFILES=$HOME/.dotfiles
if [ -x /usr/bin/dircolors ]; then
eval `dircolors $DOTFILES/dircolors`
fi
source $DOTFILES/env
source $DOTFILES/aliases
# if [ -x /usr/bin/dircolors ]; then
# eval `dircolors $DOTFILES/dircolors`
# fi
fpath=($DOTFILES/vendor/zsh-users/zsh-completions/src $fpath)
HISTFILE=$HOME/.zsh_history