From f90e57a5f368596d263f8a8a6e24fe45f2c7fe39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 5 Apr 2016 20:10:00 +0200 Subject: [PATCH] removed default configuration from main file (can be always set in zlocal) --- .zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.zshrc b/.zshrc index 82f9c25..f5326fc 100644 --- a/.zshrc +++ b/.zshrc @@ -3,11 +3,6 @@ # Download Powerline-patched fonts from # https://github.com/powerline/fonts # -#---------------------------------- Configuration ----------------------------- - -DEFAULT_USER="nivertius" -EDITOR="vim" - #---------------------------------- Pre Setup --------------------------------- autoload colors; colors