aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'zprofile')
-rw-r--r--zprofile10
1 files changed, 10 insertions, 0 deletions
diff --git a/zprofile b/zprofile
new file mode 100644
index 0000000..693b43c
--- /dev/null
+++ b/zprofile
@@ -0,0 +1,10 @@
+# Exports
+export ZSH="${HOME}/.oh-my-zsh"
+export ZSH_CUSTOM="${HOME}/.oh-my-zsh/custom"
+export PATH="${HOME}/.local/bin:${HOME}/.dotnet/tools:$PATH"
+
+# Directory hashtable
+hash -d .=${HOME}/dotfiles
+hash -d s=${HOME}/Sync
+hash -d d=${HOME}/docker
+hash -d w=/mnt/c/Users/$USER \ No newline at end of file