aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rwxr-xr-x.profile10
1 files changed, 0 insertions, 10 deletions
diff --git a/.profile b/.profile
deleted file mode 100755
index 7a45530..0000000
--- a/.profile
+++ /dev/null
@@ -1,10 +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"