summaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-04 10:33:44 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-04 10:33:44 -0500
commitb5df5a378036eade4ad452d7016003378068f96e (patch)
treeb5c4d154ce4e81aeaa66945a4975249d86173c67 /zshrc
parent00f634b4076c6fa581ea793dc9de216541378083 (diff)
fix: fixed issue with .profile path
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 1fe597f..4668816 100644
--- a/zshrc
+++ b/zshrc
@@ -1,6 +1,6 @@
#!/usr/bin/env zsh
-source "${DOTFILES:="${HOME}/dotfiles"}/profile"
+source "./.profile"
# Directory hashtable
hash -d .=${HOME}/dotfiles