From 22aff9b2ebe1fca6b757aff337ff68437eb75901 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Fri, 1 Sep 2023 10:45:11 +0200 Subject: [PATCH] Ajout : profile --- home/profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 home/profile diff --git a/home/profile b/home/profile new file mode 100644 index 0000000..7ad8852 --- /dev/null +++ b/home/profile @@ -0,0 +1,7 @@ +# Add local bin to PATH +local_bin="$HOME/.local/bin" +if [ -d "$local_bin" ]; then + PATH="$local_bin:$PATH" +fi +unset local_bin +