aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile11
1 files changed, 0 insertions, 11 deletions
diff --git a/.zprofile b/.zprofile
deleted file mode 100644
index 31bd209..0000000
--- a/.zprofile
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-#[[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv
-#[[ -f ~/.config/zsh/.zshrc ]] && source ~/.config/zsh/.zshrc
-
-# Xresources
-[[ -f ~/.config/X11/.Xresources ]] && xrdb -merge ~/.config/X11/.Xresources
-#. "/home/srdusr/.local/share/cargo/env"
-#. "$HOME/.cargo/env"
-ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
-