aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-06-21 15:58:54 +0200
committersrdusr <trevorgray@srdusr.com>2023-06-21 15:58:54 +0200
commit7ccd4ad7669f2415e2b0f0b045297708e7e28711 (patch)
treef9d6e2e370d8410b5346bafbb5b723a5b775cf0a /.profile
parent87555f0bf9a7c5e489df76131c0d64b8f0bfb021 (diff)
downloaddotfiles-7ccd4ad7669f2415e2b0f0b045297708e7e28711.tar.gz
dotfiles-7ccd4ad7669f2415e2b0f0b045297708e7e28711.zip
Declutter startup files
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"