aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-03-29 16:45:45 +0200
committersrdusr <trevorgray@srdusr.com>2023-03-29 16:45:45 +0200
commit2527be3fc9980c2cc2bb6a847a1dd5c02c92702e (patch)
treebcbb0a2d9bba53d5a00330d0e98104c7000072da /.profile
parent5ef81a542dde60a1b0dbab353dbe0d361382a2d1 (diff)
downloaddotfiles-2527be3fc9980c2cc2bb6a847a1dd5c02c92702e.tar.gz
dotfiles-2527be3fc9980c2cc2bb6a847a1dd5c02c92702e.zip
Added env intialization for termux
Diffstat (limited to '.profile')
-rwxr-xr-x.profile10
1 files changed, 10 insertions, 0 deletions
diff --git a/.profile b/.profile
new file mode 100755
index 0000000..b2443de
--- /dev/null
+++ b/.profile
@@ -0,0 +1,10 @@
+#!/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/sxrdusr/.local/share/cargo/env"
+#. "$HOME/.cargo/env"
+ZDOTDIR="${XDG_CONFIG_HOME}/zsh"