summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorMarc Pervaz Boocha <mboocha@sudomsg.xyz>2024-01-29 14:32:38 +0530
committerMarc Pervaz Boocha <mboocha@sudomsg.xyz>2024-01-29 14:32:38 +0530
commitf390f01c67b92b4c4f520e8c64fc518beb235f90 (patch)
tree30cd2cf2ae4dac5a56a8342ac851539d059fb2bc /.zprofile
parentInitial Commit (diff)
downloaddotfiles-f390f01c67b92b4c4f520e8c64fc518beb235f90.tar
dotfiles-f390f01c67b92b4c4f520e8c64fc518beb235f90.tar.gz
dotfiles-f390f01c67b92b4c4f520e8c64fc518beb235f90.tar.bz2
dotfiles-f390f01c67b92b4c4f520e8c64fc518beb235f90.tar.lz
dotfiles-f390f01c67b92b4c4f520e8c64fc518beb235f90.tar.xz
dotfiles-f390f01c67b92b4c4f520e8c64fc518beb235f90.tar.zst
dotfiles-f390f01c67b92b4c4f520e8c64fc518beb235f90.zip
Probally Should update more often
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