Use smarter functions for rc.local/ scripts
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
prepend_path "$HOME/.local/bin"
|
||||
append_path "$HOME/.arkade/bin"
|
||||
append_path "$HOME/.cargo/bin"
|
||||
prepend_path_try "$HOME/.local/bin"
|
||||
append_path_try "$HOME/.arkade/bin"
|
||||
append_path_try "$HOME/.cargo/bin"
|
||||
|
||||
Reference in New Issue
Block a user