]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vcs/setup.sh
vcs: remove support for tig < 2.0
[config/dotfiles.git] / vcs / setup.sh
index bf22f99166748ec23867772fd76e5f1d145c67c0..664f938058b015881113d25f75b84854a7895be0 100755 (executable)
@@ -54,11 +54,7 @@ if installed git; then
 fi
 
 if installed tig; then
-    if tig --version | grep -F 'tig version 1.' >/dev/null; then
-        link tigrc.old ~/.tigrc
-    else
-        link tigrc ~/.tigrc
-    fi
+    link tigrc ~/.tigrc
 fi
 
 if installed hg; then