From a7b3eb412fc867b11988a9c6d7bb8166c8757b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sun, 1 Dec 2019 20:46:32 +0000 Subject: [PATCH] Tidy .zshrc again --- dots/.zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dots/.zshrc b/dots/.zshrc index 8865c02..a5733b3 100644 --- a/dots/.zshrc +++ b/dots/.zshrc @@ -8,12 +8,6 @@ export ZSH="${HOME}/.oh-my-zsh" # export GOPATH=$HOME/Appsetc/go -gitwho(){if git rev-parse --git-dir > /dev/null 2>&1; then - git config user.name; -else -fi; -} - POWERLEVEL9K_MODE='nerdfont-complete' ZSH_THEME="powerlevel9k/powerlevel9k" POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon dir custom_prompt)