(bash) added path to cargo under void linux
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
# important for window manager and menu app (fuzzel, rofi, ..)
|
||||
# to find scripts and utilities
|
||||
|
||||
export_paths=("${HOME}/dotfiles/scripts")
|
||||
unset export_paths
|
||||
export_paths+=("${HOME}/dotfiles/scripts")
|
||||
export_paths+=("/opt/jlink")
|
||||
export_paths+=("${HOME}/.cargo/bin")
|
||||
|
||||
for entry in ${export_paths[@]}; do
|
||||
if ! [[ -d "${entry}" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user