amtoine / dotfiles

My personal archlinux config files.
GNU General Public License v3.0
21 stars 2 forks source link

FIX: use `... | path exists` in `nushell` to test files and directories. #55

Closed amtoine closed 1 year ago

amtoine commented 1 year ago

Related to #39.

This PR uses the better path exists command in the scripts, instead of do -i { ... } | complete | get exit_code.