From 863b5fe1ba2f23f287ba8133497f4c755560b1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Tue, 11 May 2021 09:45:04 +0200 Subject: [PATCH] remove debug echos, explicit XDG_DATA_DIRS value set --- zsh/.zprofile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsh/.zprofile b/zsh/.zprofile index 9474a9b..a095077 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,5 +1,3 @@ -export XDG_DATA_DIRS="$HOME/.nix-profile/share:/usr/local/share/:/usr/share/" - path+=("${HOME}/scripts") path+=("${HOME}/.local/bin") path+=("$(go env GOPATH)/bin") @@ -8,12 +6,10 @@ export PATH source ~/.config/.env # source system specific environment variables if [[ -f ~/.config/.system.env ]]; then - echo ".system.env" source ~/.config/.system.env fi # source nnn environment variables if [[ -f ~/.config/.nnn.env ]]; then - echo ".nnn.env" source ~/.config/.nnn.env fi