diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-07 07:21:00 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-07 07:21:00 -0500 |
commit | 21c2abcd38393667ac2ccbe53f19678ea12c74ba (patch) | |
tree | aab44888ddf6640d5fa285887cc7a3823c283d7b | |
parent | 3cbd30a732ccf27660cb33623ac6017621b8ef98 (diff) | |
download | rcm-21c2abcd38393667ac2ccbe53f19678ea12c74ba.tar.gz rcm-21c2abcd38393667ac2ccbe53f19678ea12c74ba.tar.bz2 rcm-21c2abcd38393667ac2ccbe53f19678ea12c74ba.zip |
bash update path
-rw-r--r-- | bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |