diff options
author | Guangxiong Lin <[email protected]> | 2022-02-06 17:17:53 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-02-06 17:17:53 +0800 |
commit | aaa9a733586e459341ea5b3123c2b241e6656c03 (patch) | |
tree | 9869231c94ae47063d36b32a2da596a374027161 /scripts/bootstrap.sh | |
parent | c1c4586895bc8fc1ebc1e3fab6587902ef81cc6d (diff) | |
download | dotfiles-aaa9a733586e459341ea5b3123c2b241e6656c03.tar.gz dotfiles-aaa9a733586e459341ea5b3123c2b241e6656c03.tar.bz2 dotfiles-aaa9a733586e459341ea5b3123c2b241e6656c03.zip |
Restructure zshrc config
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index dc5d3cc..842680f 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -21,7 +21,7 @@ link_all () { .mbsyncrc .msmtprc .tmux.conf .urlview .zshrc \ .vimrc .vim .path .functions .emacs.d .gitconfig \ .config/i3 .config/polybar .xinitrc .pam_environment \ - .zprofile .newsboat .ledgerrc .nnnrc .alacritty.yml .fzfrc + .zprofile .newsboat .ledgerrc .nnnrc .alacritty.yml .fzfrc .zplugrc } main () { |