From 91ecc9731d47f544303760359fa9c18cdb35b54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo-Pekka=20Kerkel=C3=A4?= Date: Thu, 10 Dec 2015 22:02:31 +0200 Subject: [PATCH] install script enhance --- install_configs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_configs.sh b/install_configs.sh index 3384437..7ea4d04 100644 --- a/install_configs.sh +++ b/install_configs.sh @@ -1,3 +1,3 @@ -cp init-template.le ~/.emacs.d/init.el -cp tmux.conf ~/.tmux.conf -cp vimrc_template.txt ~/.vimrc +cp init-template.el ~/.emacs.d/init.el; +cp tmux.conf ~/.tmux.conf; +cp vimrc_template.txt ~/.vimrc;