From f390f01c67b92b4c4f520e8c64fc518beb235f90 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Mon, 29 Jan 2024 14:32:38 +0530 Subject: Probally Should update more often --- .zprofile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .zprofile (limited to '.zprofile') 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 -- cgit v1.2.3-70-g09d2