dblume commited on 2023-11-15 14:09:00
Showing 1 changed files, with 3 additions and 2 deletions.
| ... | ... |
@@ -119,10 +119,11 @@ alias tmux='tmux -2u' |
| 119 | 119 |
# colored GCC warnings and errors |
| 120 | 120 |
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' |
| 121 | 121 |
|
| 122 |
+# .local/bin must come before /usr/bin and /bin for VisiData and clang-format |
|
| 123 |
+remove_from_path $HOME/.local/bin |
|
| 124 |
+prepend_to_path $HOME/.local/bin |
|
| 122 | 125 |
# Add to PATH only if not already in PATH. |
| 123 | 126 |
append_to_path $HOME/bin |
| 124 |
-# .local/bin for VisiData |
|
| 125 |
-append_to_path $HOME/.local/bin |
|
| 126 | 127 |
# .cargo/bin for rustc |
| 127 | 128 |
append_to_path $HOME/.cargo/bin |
| 128 | 129 |
|
| 129 | 130 |