summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 6068e7e..ea204b7 100644
--- a/bashrc
+++ b/bashrc
@@ -31,3 +31,5 @@ parse_git_branch() {
PS1='\A ${GUIX_ENVIRONMENT:+︎v }$(parse_git_branch)\W '
eval "$(zoxide init bash)"
eval "$(direnv hook bash)"
+
+export PATH=$PATH:"~/.local/bin" \ No newline at end of file