Add .bashrc
This commit is contained in:
@@ -10,7 +10,7 @@ rm -rf $HOME/scripts
|
||||
ln -sf $path/scripts $HOME/scripts
|
||||
|
||||
# Home directory
|
||||
home_files=".dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh-highlighting"
|
||||
home_files=".bashrc .dir_colors .gitconfig .tmux.conf .vimrc .Xresources .zshrc .zsh-highlighting"
|
||||
for file in $home_files
|
||||
do
|
||||
ln -sf $path/$file $HOME/$file
|
||||
|
||||
Reference in New Issue
Block a user