From a4ffe83dc78402d5f09fac782e4f6807bb8aa6b3 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Wed, 31 Jan 2018 01:58:04 -0500 Subject: [PATCH] snippets (new), Bash functions - LaTeX: align, piecewise function - snippets: tabstops, LaTeX environment - .gitignore --- set-from-git.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/set-from-git.sh b/set-from-git.sh index fea35bd..d2bebbd 100755 --- a/set-from-git.sh +++ b/set-from-git.sh @@ -13,3 +13,6 @@ term_dir=~/.config/terminator pc=$(hostname) rm "$dot_dir"/"$pc"-terminator ln "$term_dir"/config $dot_dir/"$pc"-terminator + +# UltiSnips +ln -s $dot_dir/UltiSnips ~/.vim