diff options
author | Guangxiong Lin <[email protected]> | 2021-10-20 14:55:49 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-10-20 14:55:49 +0800 |
commit | 37c8669415a85d5e01a5756f8e441e17c965deb9 (patch) | |
tree | 0f316216ce99911fdf32f399705029bf3b8b828f /bootstrap.sh | |
parent | dd319bbce71fa643ea95fa9422b4c9a99661869f (diff) | |
download | dotfiles-37c8669415a85d5e01a5756f8e441e17c965deb9.tar.gz dotfiles-37c8669415a85d5e01a5756f8e441e17c965deb9.tar.bz2 dotfiles-37c8669415a85d5e01a5756f8e441e17c965deb9.zip |
Update bootstrap
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index c45122d..8248252 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -19,7 +19,7 @@ remove_and_link () { link_all () { remove_and_link .ctags.d .mutt bin .aliases .macos \ .mbsyncrc .msmtprc .tmux.conf .urlview .zshrc \ - .vimrc .vim .path .functions + .vimrc .vim .path .functions .emacs.d .gitignore } main () { |