about summary refs log tree commit diff
path: root/zsh/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zsh/.zprofile6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
new file mode 100644
index 0000000..b8f4712
--- /dev/null
+++ b/zsh/.zprofile
@@ -0,0 +1,6 @@
+#!/usr/bin/env zsh
+
+if [ -f "${HOME}"/.profile ]
+then
+    emulate sh -c ". ${HOME}/.profile"
+fi

Consider giving Nix/NixOS a try! <3