summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile11
1 files changed, 11 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
new file mode 100644
index 0000000..d27a1be
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,11 @@
+
+typeset -U PATH path
+
+path=( $HOME/.local/bin $path )
+
+if test -d /usr/lib/flatpak-xdg-utils/
+then
+ path=( /usr/lib/flatpak-xdg-utils $path )
+fi
+
+export PATH