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:
parent
93e9f20de7
commit
b924ba5c29
3 changed files with 111 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue