Cleaning
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
prepend_path_try "$HOME/.local/bin"
|
||||
append_path_try "$HOME/.arkade/bin"
|
||||
append_path_try "$HOME/.cargo/bin"
|
||||
function is_wsl()
|
||||
{
|
||||
grep -q -i wsl /proc/version
|
||||
}
|
||||
|
||||
if is_wsl; then
|
||||
prepend_path_try "$HOME/.local/bin"
|
||||
append_path_try "$HOME/.arkade/bin"
|
||||
append_path_try "$HOME/.cargo/bin"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user