diff options
| author | Christian Krinitsin <christian@krinitsin.xyz> | 2024-03-18 18:24:01 +0100 |
|---|---|---|
| committer | Christian Krinitsin <christian@krinitsin.xyz> | 2024-03-18 18:24:01 +0100 |
| commit | 164f908a510ef2bb529b66e7fe0d5b480c1a7ab6 (patch) | |
| tree | 9534718c299e58d77ec245630ac8cd78eacd53b0 /bash | |
| parent | f4601e1dfc54cc2a2b25b42e185dd8ed9f13be19 (diff) | |
| download | dotfiles-164f908a510ef2bb529b66e7fe0d5b480c1a7ab6.tar.gz dotfiles-164f908a510ef2bb529b66e7fe0d5b480c1a7ab6.zip | |
seperated install-packages and install.sh
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
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' |