Not quite, reverting
This commit is contained in:
parent
d1d3cd4d48
commit
7d4d165266
4 changed files with 8 additions and 10 deletions
8
bashrc
8
bashrc
|
@ -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
|
||||
|
|
2
install
2
install
|
@ -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
8
zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue