From 164f908a510ef2bb529b66e7fe0d5b480c1a7ab6 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Mon, 18 Mar 2024 18:24:01 +0100 Subject: seperated install-packages and install.sh --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index c1e078e..2e31ede 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,5 +1,5 @@ # Export own script path -export PATH=/usr/local/bin/:$HOME/.dotfiles/bin/:$PATH +export PATH=$HOME/.dotfiles/bin/:/usr/local/bin/:$PATH # Aliases alias ls='ls --color=auto' -- cgit 1.4.1