From 2de9f45c51a8cbff755478e8b65737a81a1ba06d Mon Sep 17 00:00:00 2001
From: Sebastian Semmler <sebastian@semmler.pro>
Date: Sun, 19 Jun 2016 18:24:13 +0200
Subject: [PATCH] Revert "added Visual Studio Code Support to zsh"

This reverts commit a26f77230c86471814c9e2f199b4ad303e13d9ee.
---
 .zshrc | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/.zshrc b/.zshrc
index 6349822..cc3e0d3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -8,19 +8,6 @@ for config_file ($ZSH/lib/*.zsh) source $config_file
 autoload -U compinit
 compinit -i
 
-# Visual Studio Code
-function code {  
-    if [[ $# = 0 ]]
-    then
-        open -a "Visual Studio Code"
-    else
-        local argPath="$1"
-        [[ $1 = /* ]] && argPath="$1" || argPath="$PWD/${1#./}"
-        open -a "Visual Studio Code" "$argPath"
-    fi
-}
-
-# Alias
 alias ls='ls -a'
 alias zshconfig="mate ~/.zshrc"
 alias launchpadreset="defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock"
-- 
GitLab