1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00

Added mark tool for managing .by directory

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2019-11-28 11:20:24 +01:00
parent 93e9f20de7
commit b924ba5c29
3 changed files with 111 additions and 1 deletions

View file

@ -3,7 +3,7 @@ function nuxfs.relative {
}
function nuxfs.relative-to-pwd {
realpath -m -s "$1" --relative-to "$(realpath "$(pwd)")"
realpath -Lms "$1" --relative-to "$(pwd)"
}
function nuxfs.error {